comparison 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
comparison
equal deleted inserted replaced
71:ad99a00224bb 72:9521e9919497
8 /// TODO: 8 /// TODO:
9 /// * Firefox GTK3 defaults to grey page background (".background" CSS rule) 9 /// * Firefox GTK3 defaults to grey page background (".background" CSS rule)
10 /// - https://bugzilla.mozilla.org/show_bug.cgi?id=1268618 10 /// - https://bugzilla.mozilla.org/show_bug.cgi?id=1268618
11 /// - Can't fudge this because Synapse uses the background colour and 11 /// - Can't fudge this because Synapse uses the background colour and
12 /// seems to create its own gradient from it 12 /// seems to create its own gradient from it
13 /// * Chrome menus use highlight colour for background and foreground
14 13
15 $variant: 'light'; 14 $variant: 'light';
16 15
17 // Import the default colours 16 // Import the default colours
18 @import 'colors'; 17 @import 'colors';
482 &:backdrop { 481 &:backdrop {
483 background-color: $bg_dark_color; 482 background-color: $bg_dark_color;
484 color: $menu_fg_dark_color; 483 color: $menu_fg_dark_color;
485 } 484 }
486 } 485 }
487 menuitem:hover > label { 486
488 color: $selected_bg_color
489 }
490 // Make all menus dark - we mainly want the menu bar menus dark, but 487 // Make all menus dark - we mainly want the menu bar menus dark, but
491 // Firefox and other non-standard apps use those colours for their 488 // Firefox and other non-standard apps use those colours for their
492 // context menus as well, so be consistent. 489 // context menus as well, so be consistent.
493 menu, .menu, .context-menu { 490 menu, .menu, .context-menu {
494 background-color: $bg_dark_color; 491 background-color: $bg_dark_color;