changeset 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
files gtk-3.20/gtk.css gtk-3.20/gtk.scss
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gtk-3.20/gtk.css	Mon Nov 13 21:01:38 2017 +0000
+++ b/gtk-3.20/gtk.css	Tue Nov 14 21:02:52 2017 +0000
@@ -2166,8 +2166,6 @@
 
 menubar:backdrop { background-color: #3D3D3D; color: #cccccc; }
 
-menuitem:hover > label { color: #5E7F3E; }
-
 menu, .menu, .context-menu { background-color: #3D3D3D; color: #cccccc; border-color: #303030; }
 
 popover.menu, #gtk-combobox-popup-menu { background-color: #C6C6C6; color: #161616; }
--- 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.