Skip to content
Snippets Groups Projects
Commit 2fa4aadb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fixed tree hover

parent 8fa22de9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment