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
This commit is contained in:
parent
09a1e61c63
commit
e22421a25a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user