mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
HC: Set legible app icons for window thumbnails
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3692 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1657>
This commit is contained in:
parent
829a096ba1
commit
5dafc26b6d
1 changed files with 7 additions and 0 deletions
|
|
@ -33,3 +33,10 @@ stage {
|
|||
}
|
||||
}
|
||||
|
||||
//thumbnail app icons no dropshadow and forced color
|
||||
.window-picker .icon-dropshadow {
|
||||
icon-shadow: none;
|
||||
background-color: $osd_bg_color;
|
||||
padding: $base_padding * 2;
|
||||
border-radius: $modal_radius;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue