From e22421a25af00792070d4e211c9cda22f901630c Mon Sep 17 00:00:00 2001 From: ub Date: Tue, 3 Mar 2020 11:47:21 +0000 Subject: [PATCH] Theme: colorize .folder-namel-label - so it receives the correct color, independent from the theme $variant (light/dark) https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1059 --- data/theme/gnome-shell-sass/widgets/_app-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss b/data/theme/gnome-shell-sass/widgets/_app-grid.scss index 8c68d3720..020910802 100644 --- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss +++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss @@ -60,7 +60,7 @@ $app_grid_fg_color: #fff; & .folder-name-entry { width: 300px } /* FIXME: this is to keep the label in sync with the entry */ - & .folder-name-label { padding: 5px 7px } + & .folder-name-label { padding: 5px 7px; color: $osd_fg_color; } & .edit-folder-button { @extend %button;