[gnome-shell/wip/jimmac/app-icon-shadows-onlythumbnails] stylesheet: Increase app dropshadows




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

    stylesheet: 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
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1656>

 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]