mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
style: Don't force symbolic notification icons
With the addition of notification headers, we no longer include an icon with every notification, but only when the notification explicitly specifies an icon (other than the app icon). After those changes, it makes more sense to use the icon as provided by the app than forcing the symbolic style (which only works for themed icons anyway). Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7620 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3296>
This commit is contained in:
parent
a94b80b2d4
commit
676503ff27
1 changed files with 0 additions and 1 deletions
|
|
@ -143,7 +143,6 @@
|
||||||
|
|
||||||
// icon size and color
|
// icon size and color
|
||||||
icon-size: $base_icon_size * 3; // 48px
|
icon-size: $base_icon_size * 3; // 48px
|
||||||
-st-icon-style: symbolic;
|
|
||||||
|
|
||||||
&.message-themed-icon {
|
&.message-themed-icon {
|
||||||
border-radius: $forced_circular_radius; // is circular
|
border-radius: $forced_circular_radius; // is circular
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue