1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00

Remove hovers

This commit is contained in:
Kevin Sawicki 2013-12-11 15:23:35 -08:00
parent 384818b457
commit 6d77926914

View File

@ -38,15 +38,6 @@
li.list-nested-item.selected > .list-item { li.list-nested-item.selected > .list-item {
.text(selected); .text(selected);
} }
li:not(.list-nested-item):hover,
li.list-nested-item:hover > .list-item, // i.e. highlight directory when hover child file
li.list-nested-item .list-item:hover,
li.list-nested-item .list-item:hover .disclosure-arrow,
.selected > .list-nested-item > .list-item .disclosure-arrow,
.selected > .list-nested-item > .list-item:hover .disclosure-arrow {
.text(highlight);
}
} }
.select-list ol.list-group, .select-list ol.list-group,