forked from AuroraMiddleware/gtk
theme: selectable labels legibility
- don't set fg color for selections Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5017
This commit is contained in:
parent
9f4ef77663
commit
6776c21350
@ -173,7 +173,7 @@ label {
|
||||
|
||||
> selection {
|
||||
background-color: $backdrop_selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
color: transparent;
|
||||
&:focus-within {
|
||||
background-color: $selected_text_bg_color;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user