Restore the app icon's colour in the top gnome panel.

This commit is contained in:
Jonathan Marshall 2022-03-09 19:56:46 +00:00
parent bcf4a0035a
commit 16c16ee07e
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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
}