icons: Updated No Notifications asset

- redesigned asset to not be a scaled-up 16x16 symbolic
- adjusted css for new asset
- dropped unused no-events asset

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3167>
This commit is contained in:
Sam Hewitt 2024-02-06 12:07:56 -03:30
parent 37a78684bb
commit 0582de6561
5 changed files with 110 additions and 85 deletions

View file

@ -12,11 +12,13 @@
.message-list-placeholder {
@extend %title_2;
color: $insensitive_fg_color;
color: transparentize($fg_color, .75);
@if $contrast == 'high' {
color: transparentize($fg_color, .5);
}
// icon size and color
> StIcon {
icon-size: $scalable_icon_size * 3; // 48px
icon-size: 96px; // non-em asset size
margin-bottom: $base_margin * 3;
-st-icon-style: symbolic;
}