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

fixed tree hover

parent 8fa22de9
......@@ -113,13 +113,16 @@
color:#888;
}
.tree-item {
&:hover {
background: $hover;
cursor:pointer;
#tree-slider {
.tree-item {
&:hover {
td { background: $hover; }
cursor:pointer;
}
}
}
.tree-item {
.tree-item-file-name {
font-weight:bold;
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