Merge pull request #419 from megax/patch1

GTK 3.20 :: row:selected:hover fix
This commit is contained in:
Khurshid Alam
2016-05-10 21:07:33 +05:30
+1 -1
View File
@@ -36,7 +36,7 @@
&:active { box-shadow: inset 0 2px 3px -1px transparentize($black, .5); }
&.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; }
}