pop-os / gtk-theme

System76 Pop GTK+ Theme
GNU General Public License v3.0
787 stars 83 forks source link

fix(shell): set solid search entry BG color #558

Closed isantop closed 3 years ago

isantop commented 3 years ago

Ensures the background of the search entry does not turn transparent on hover. Also forces the light theme to improve contrast with selected text in the search until pop-os/gnome-shell#78 is fixed.

Fixes #529.

isantop commented 3 years ago

@leviport That's intentional. If one selects the text in the search box in dark mode, the selected text is nearly invisible due to a bug in GNOME Shell: https://github.com/pop-os/gnome-shell/issues/78

Oh, I see that the text color isn't being respected properly, let me see if I can fix that.

isantop commented 3 years ago

@leviport I've fixed the regression now, and it should be legible in both the light and dark themes.