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:
Jakub Steiner
2022-06-29 21:37:20 +02:00
parent 9f4ef77663
commit 6776c21350

View File

@@ -173,7 +173,7 @@ label {
> selection { > selection {
background-color: $backdrop_selected_bg_color; background-color: $backdrop_selected_bg_color;
color: $selected_fg_color; color: transparent;
&:focus-within { &:focus-within {
background-color: $selected_text_bg_color; background-color: $selected_text_bg_color;
} }