mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue