style: Fix contrast issues of themed icons in messages
- increase circular bg color transparency Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7628 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3315>
This commit is contained in:
parent
25ad8c9408
commit
1053b5826a
@ -144,10 +144,11 @@
|
||||
// icon size and color
|
||||
icon-size: $base_icon_size * 3; // 48px
|
||||
|
||||
// a small symbolic icon on a circle background
|
||||
&.message-themed-icon {
|
||||
border-radius: $forced_circular_radius; // is circular
|
||||
background-color: transparentize($fg_color, 0.8);
|
||||
icon-size: $base_icon_size;
|
||||
border-radius: $forced_circular_radius;
|
||||
background-color: transparentize($fg_color, .93);
|
||||
icon-size: $scalable_icon_size;
|
||||
min-width: $base_icon_size * 3;
|
||||
min-height: $base_icon_size * 3;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user