[gnome-shell/wip/jimmac/closebutton-tweaks] theme: window close button touchup



commit 0e20e0146e765e992a17f200615f16f8ca6cbe9a
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Mar 11 14:14:18 2019 +0100

    theme: window close button touchup
    
    - tone down the shading considerably to match the previous look

 data/theme/gnome-shell-sass/_common.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index afd1be5dd..073bd3dec 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1152,7 +1152,7 @@ StScrollBar {
   background-color: white;
   border-radius: 24px;
   border: 4px solid $selected_bg_color;
-  box-shadow: inset 0 -4px 0 0 transparentize($selected_bg_color, 0.5);
+  box-shadow: inset 0 -2px 0 0 transparentize($selected_bg_color, 0.9);
   color: $selected_bg_color;
   height: 24px;
   width: 24px;


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