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:
Florian Müllner 2024-05-02 19:54:20 +02:00 committed by Marge Bot
parent a94b80b2d4
commit 676503ff27

View File

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