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



commit b0bf06e552d1fd0c014f310078a48dbc7c98dd37
Author: frederik feichtmeier gmail com <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

 widgets/_app-grid.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index 8c68d37..0209108 100644
--- a/widgets/_app-grid.scss
+++ b/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]