Merge pull request #184 from levito/patch-3
fix jumping when clicking tree nodes
This commit is contained in:
commit
c434b2a3c2
|
@ -1041,7 +1041,7 @@ div.hl.active {
|
|||
margin-right : 25px;
|
||||
}
|
||||
|
||||
#feedTree .dijitTreeRow, #feedTree .dijitFocused {
|
||||
#feedTree .dijitTreeRow {
|
||||
padding : 2px 0px 2px;
|
||||
border-width : 1px;
|
||||
border-color : transparent;
|
||||
|
|
Loading…
Reference in New Issue