diff gtk-3.20/gtk.scss @ 52:90907f1c42b6

Remove fudge from menu styling to fix Firefox GTK3 tabs This was required for LibreOffice to show buttons correctly on toolbars, but LO seems to have fixed their bug now.
author IBBoard <dev@ibboard.co.uk>
date Mon, 10 Apr 2017 15:23:32 +0100
parents a37b4370a2e5
children 12f43097192d
line wrap: on
line diff
--- a/gtk-3.20/gtk.scss	Mon Apr 10 14:58:03 2017 +0100
+++ b/gtk-3.20/gtk.scss	Mon Apr 10 15:23:32 2017 +0100
@@ -425,20 +425,13 @@
 }
 menubar {
   background-color: $bg_dark_color;
-  // We should use the following line, but it breaks LibreOffice buttons
-  // on toolbars, so keep it dark here and revert it for menu items
-  //color: $menu_fg_dark_color;
-  color: $fg_color;
+  color: $menu_fg_dark_color;
   box-shadow: inset 0 -1px transparentize(black, 0.9);
   &:backdrop { 
     background-color: $bg_dark_color;
     color: $menu_fg_dark_color;
   }
 }
-// Fix the bad text colour we set for menubar to fix LibreOffice
-menuitem > label {
-  color: $menu_fg_dark_color;
-}
 menuitem:hover > label {
   color: $selected_bg_color
 }