fixed tree hover

This commit is contained in:
Dmitriy Zaporozhets 2012-04-07 17:30:00 +03:00
parent 8fa22de9ac
commit 2fa4aadb8f
1 changed files with 8 additions and 5 deletions

View File

@ -113,13 +113,16 @@
color:#888; color:#888;
} }
.tree-item { #tree-slider {
&:hover { .tree-item {
background: $hover; &:hover {
cursor:pointer; td { background: $hover; }
cursor:pointer;
}
} }
}
.tree-item {
.tree-item-file-name { .tree-item-file-name {
font-weight:bold; font-weight:bold;
a { a {