From 676503ff27e5cda3fde47e64c9504fbe7b2d1210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 2 May 2024 19:54:20 +0200 Subject: [PATCH] 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: --- data/theme/gnome-shell-sass/widgets/_message-list.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_message-list.scss b/data/theme/gnome-shell-sass/widgets/_message-list.scss index 2b3fd610f..6cdc04050 100644 --- a/data/theme/gnome-shell-sass/widgets/_message-list.scss +++ b/data/theme/gnome-shell-sass/widgets/_message-list.scss @@ -143,7 +143,6 @@ // icon size and color icon-size: $base_icon_size * 3; // 48px - -st-icon-style: symbolic; &.message-themed-icon { border-radius: $forced_circular_radius; // is circular