Commit 2fa4aadb8f24dfa24eb56962325df00fdbb3bd04
1 parent
8fa22de9
Exists in
master
and in
4 other branches
fixed tree hover
Showing
1 changed file
with
8 additions
and
5 deletions
Show diff stats
app/assets/stylesheets/tree.scss
... | ... | @@ -113,13 +113,16 @@ |
113 | 113 | color:#888; |
114 | 114 | } |
115 | 115 | |
116 | - .tree-item { | |
117 | - &:hover { | |
118 | - background: $hover; | |
119 | - cursor:pointer; | |
116 | + #tree-slider { | |
117 | + .tree-item { | |
118 | + &:hover { | |
119 | + td { background: $hover; } | |
120 | + cursor:pointer; | |
121 | + } | |
120 | 122 | } |
123 | + } | |
121 | 124 | |
122 | - | |
125 | + .tree-item { | |
123 | 126 | .tree-item-file-name { |
124 | 127 | font-weight:bold; |
125 | 128 | a { | ... | ... |