diff --git a/stylesheets/lists.less b/stylesheets/lists.less index ead064c..fbfb306 100644 --- a/stylesheets/lists.less +++ b/stylesheets/lists.less @@ -38,15 +38,6 @@ li.list-nested-item.selected > .list-item { .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,