[gnome-shell/wip/jimmac/app-icon-shadows-onlythumbnails] appDisplay: increase app dropshadows




commit 78b10f8473c20755d05ea03b6c4c38eee8059bb9
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Feb 4 14:16:00 2021 +0100

    appDisplay: increase app dropshadows
    
    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

 data/theme/gnome-shell-sass/widgets/_base.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_base.scss b/data/theme/gnome-shell-sass/widgets/_base.scss
index 914dd5955e..69ebb301a7 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);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]