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:
Jakub Steiner 2021-02-08 16:28:20 +01:00 committed by Marge Bot
parent 829a096ba1
commit 5dafc26b6d

View File

@ -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;
}