Merge pull request #419 from megax/patch1

GTK 3.20 :: row:selected:hover fix
pull/417/merge
Khurshid Alam 2016-05-10 21:07:33 +05:30
commit d3fcccc820
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; }
} }