From 16c16ee07e79cfcf7b1be8d2ff49ec3afa46daf9 Mon Sep 17 00:00:00 2001 From: Jonathan Marshall Date: Wed, 9 Mar 2022 19:56:46 +0000 Subject: [PATCH] Restore the app icon's colour in the top gnome panel. --- src/sass/gnome-shell/common/_message-list.scss | 3 ++- src/sass/gnome-shell/common/_panel.scss | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sass/gnome-shell/common/_message-list.scss b/src/sass/gnome-shell/common/_message-list.scss index 7b2d190..1d42912 100644 --- a/src/sass/gnome-shell/common/_message-list.scss +++ b/src/sass/gnome-shell/common/_message-list.scss @@ -48,7 +48,8 @@ // icon size and color > StIcon { icon-size: 32px; // 32px - -st-icon-style: symbolic; + -st-icon-style: regular; + //-st-icon-style: symbolic; } // fallback diff --git a/src/sass/gnome-shell/common/_panel.scss b/src/sass/gnome-shell/common/_panel.scss index c3e86aa..e9d6679 100644 --- a/src/sass/gnome-shell/common/_panel.scss +++ b/src/sass/gnome-shell/common/_panel.scss @@ -178,7 +178,9 @@ $panel_height: $menuitem_size; // app menu icon .app-menu-icon { - -st-icon-style: symbolic; + //-st-icon-style: symbolic; + /** Custom override to the current application icon to restore colur */ + -st-icon-style: regular; // dimensions of the icon are hardcoded }