Skip to content

Commit

Permalink
Fixes hover states.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed Sep 4, 2013
1 parent f2d28d6 commit 9459559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_h5ai/client/css/inc/view.less
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
color: @col-hover; color: @col-hover;
background-color: @item-background-col-hover; background-color: @item-background-col-hover;
border-color: @item-border-col-hover; border-color: @item-border-col-hover;
}


&:hover {
.selector { .selector {
display: block; display: block;
} }
Expand Down

0 comments on commit 9459559

Please sign in to comment.