* row:selected:hover fix.

pull/419/head
Megax 2016-05-10 17:14:48 +02:00
parent 5e6ae19bca
commit 5f9edf911d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
&:active { box-shadow: inset 0 2px 3px -1px transparentize($black, .5); } &:active { box-shadow: inset 0 2px 3px -1px transparentize($black, .5); }
&.has-open-popup, &.has-open-popup,
&:hover { background-color: mix($fg_color, $selected_bg_color, .1); } &:hover { background-color: mix($selected_bg_color, $fg_color, .1); }
&:backdrop { background-color: $selected_bg_color; } &:backdrop { background-color: $selected_bg_color; }
} }