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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user