Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.22&4.0: [FirefoxQuantum] Fix incorrect hovered label colour in …
Browse files Browse the repository at this point in the history
…menubar widget (2)

Hmm, this might be smarter instead.
  • Loading branch information
tista500 committed Dec 30, 2017
1 parent b667ab5 commit 0cd5a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions gtk/sass/3.22/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2790,7 +2790,7 @@ window.background:not(.solid-csd) > box.vertical {

scrollbar { background-color: $base_color; }

*:hover,
*:not(menuitem):hover, // exclude menuitem node
*:focus,
*:active,
*:checked {
Expand Down Expand Up @@ -2822,9 +2822,6 @@ window.background:not(.solid-csd) > box.vertical {

separator { background-color: $solid_light_borders_color; }

// revive hovered label colour
menubar > menuitem:hover { color: $inverted_fg_color; }

// FIXME: this affected to popover widget as well,
// so we can not set $light_color to search-bar...
> scrolledwindow > textview {
Expand Down
5 changes: 1 addition & 4 deletions gtk/sass/4.0/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2663,7 +2663,7 @@ window.background:not(.solid-csd) > box.vertical {

scrollbar { background-color: $base_color; }

*:hover,
*:not(menuitem):hover, // exclude menuitem node
*:focus,
*:active,
*:checked {
Expand Down Expand Up @@ -2695,9 +2695,6 @@ window.background:not(.solid-csd) > box.vertical {

separator { background-color: $solid_light_borders_color; }

// revive hovered label colour
menubar > menuitem:hover { color: $inverted_fg_color; }

// FIXME: this affected to popover widget as well,
// so we can not set $light_color to search-bar...
> scrolledwindow > textview {
Expand Down

0 comments on commit 0cd5a5d

Please sign in to comment.