Commit 2fa4aadb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed tree hover

parent 8fa22de9
...@@ -113,13 +113,16 @@ ...@@ -113,13 +113,16 @@
color:#888; color:#888;
} }
#tree-slider {
.tree-item { .tree-item {
&:hover { &:hover {
background: $hover; td { background: $hover; }
cursor:pointer; cursor:pointer;
} }
}
}
.tree-item {
.tree-item-file-name { .tree-item-file-name {
font-weight:bold; font-weight:bold;
a { a {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment