Fixes hover states.

This commit is contained in:
Lars Jung 2013-09-04 14:17:29 +02:00
parent f2d28d6970
commit 94595597d5

View File

@ -83,7 +83,9 @@
color: @col-hover;
background-color: @item-background-col-hover;
border-color: @item-border-col-hover;
}
&:hover {
.selector {
display: block;
}