summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-02-04 14:16:00 +0100
committerJakub Steiner <jimmac@gmail.com>2021-02-09 14:46:50 +0100
commitf1e05e7679b2e6ddb874464c34b08bbddf2d75f4 (patch)
tree043dd8823c9746c362fbebdecd828df06d91e317
parentf19c75d9c3effde50287aea5d7a87c71c2707fc2 (diff)
downloadgnome-shell-wip/jimmac/app-icon-shadows-onlythumbnails.tar.gz
appDisplay: Increase app dropshadowswip/jimmac/app-icon-shadows-onlythumbnails
Increase the app icon dropshadow to separate the icon from the window thumbnail. The shadow change is global, but due to perfomance implications, the icon-dropshadow class is only used on the thumbnail view. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3670
-rw-r--r--data/theme/gnome-shell-sass/widgets/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_base.scss b/data/theme/gnome-shell-sass/widgets/_base.scss
index 914dd5955..69ebb301a 100644
--- a/data/theme/gnome-shell-sass/widgets/_base.scss
+++ b/data/theme/gnome-shell-sass/widgets/_base.scss
@@ -14,5 +14,5 @@
// Dropshadow for large icons
.icon-dropshadow {
- icon-shadow: 0 1px 2px rgba(black, 0.4);
+ icon-shadow: 0 1px 5px rgba(black, 0.8);
}