summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-06-29 21:37:20 +0200
committerJakub Steiner <jimmac@gmail.com>2022-06-29 21:40:30 +0200
commit6776c21350a83fec82e0b9a43c1c10fff3d29660 (patch)
tree196f435a9bfddeb58c437fbaf13c38c04db2bd8d
parent9f4ef776630aba095526cf656b160d7c1faae3a6 (diff)
downloadgtk+-6776c21350a83fec82e0b9a43c1c10fff3d29660.tar.gz
theme: selectable labels legibility
- don't set fg color for selections Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5017
-rw-r--r--gtk/theme/Default/_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index 077eabc30b..183ab80d2a 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -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;
}