mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Merge pull request #419 from megax/patch1
GTK 3.20 :: row:selected:hover fix
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user