Restore the app icon's colour in the top gnome panel.
This commit is contained in:
parent
bcf4a0035a
commit
16c16ee07e
@ -48,7 +48,8 @@
|
|||||||
// icon size and color
|
// icon size and color
|
||||||
> StIcon {
|
> StIcon {
|
||||||
icon-size: 32px; // 32px
|
icon-size: 32px; // 32px
|
||||||
-st-icon-style: symbolic;
|
-st-icon-style: regular;
|
||||||
|
//-st-icon-style: symbolic;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fallback
|
// fallback
|
||||||
|
@ -178,7 +178,9 @@ $panel_height: $menuitem_size;
|
|||||||
|
|
||||||
// app menu icon
|
// app menu icon
|
||||||
.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
|
// dimensions of the icon are hardcoded
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user