summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-02-08 16:28:20 +0100
committerJakub Steiner <jimmac@gmail.com>2021-02-09 14:56:14 +0100
commitdedb4c9908bb482cb1f178e1c775774cdfa7e00f (patch)
tree4bfb5e26b501e0dcfd4f1621dd4042cc18d4effb
parent9aae1df7a627067014300b6fa78d3c2d5a97b529 (diff)
downloadgnome-shell-wip/jimmac/HC-app-icons2.tar.gz
HC: Set legible app icons for window thumbnailswip/jimmac/HC-app-icons2
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3692
-rw-r--r--data/theme/gnome-shell-high-contrast.scss7
1 files changed, 7 insertions, 0 deletions
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;
+}