[gnome-shell] Theme: colorize .folder-namel-label



commit e22421a25af00792070d4e211c9cda22f901630c
Author: ub <frederik feichtmeier gmail com>
Date:   Tue Mar 3 11:47:21 2020 +0000

    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 8c68d37209..0209108024 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]