mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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>
(cherry picked from commit 1053b5826a)
This commit is contained in:
parent
d97fc92c45
commit
65f7dcbdba
1 changed files with 4 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue