Commit 8fb83bc81e9410d84ec61158743336e85dba3c4e
1 parent
5367e42b
Exists in
master
and in
4 other branches
Fix hover for tree view
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/tree.scss
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | } |
66 | 66 | td { |
67 | 67 | line-height: 20px; |
68 | - background: #fff !important; | |
68 | + background: #fff; | |
69 | 69 | border-left: none; |
70 | 70 | border-right: none; |
71 | 71 | } |
... | ... | @@ -125,4 +125,4 @@ |
125 | 125 | .tree-ref-holder { |
126 | 126 | float: left; |
127 | 127 | margin-top: 5px; |
128 | 128 | -} |
129 | +} | |
129 | 130 | \ No newline at end of file | ... | ... |