From 5dafc26b6d68b442fa3557ea66b18ad34f073121 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 8 Feb 2021 16:28:20 +0100 Subject: [PATCH] HC: Set legible app icons for window thumbnails Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3692 Part-of: --- data/theme/gnome-shell-high-contrast.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/theme/gnome-shell-high-contrast.scss b/data/theme/gnome-shell-high-contrast.scss index 3e97efc11..a6a5314cf 100644 --- a/data/theme/gnome-shell-high-contrast.scss +++ b/data/theme/gnome-shell-high-contrast.scss @@ -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; +}