diff gtk-3.20/gtk.scss @ 72:9521e9919497

Remove rule that seems to break Chrome menus No obvious side-effects seen so far, and settings should be caught by later rules
author IBBoard <dev@ibboard.co.uk>
date Tue, 14 Nov 2017 21:02:52 +0000
parents ad99a00224bb
children 7a748463e21a
line wrap: on
line diff
--- a/gtk-3.20/gtk.scss	Mon Nov 13 21:01:38 2017 +0000
+++ b/gtk-3.20/gtk.scss	Tue Nov 14 21:02:52 2017 +0000
@@ -10,7 +10,6 @@
 ///    - https://bugzilla.mozilla.org/show_bug.cgi?id=1268618
 ///    - Can't fudge this because Synapse uses the background colour and
 ///      seems to create its own gradient from it
-/// * Chrome menus use highlight colour for background and foreground
 
 $variant: 'light';
 
@@ -484,9 +483,7 @@
     color: $menu_fg_dark_color;
   }
 }
-menuitem:hover > label {
-  color: $selected_bg_color
-}
+
 // Make all menus dark - we mainly want the menu bar menus dark, but
 // Firefox and other non-standard apps use those colours for their
 // context menus as well, so be consistent.