[gnome-shell/wip/snwh/stylesheet-minor-fixes: 5/10] style: Adjust close button style




commit 9de139081c08ad37607a9fa678125d34e6c8db59
Author: Sam Hewitt <sam snwh org>
Date:   Fri May 27 13:24:28 2022 -0230

    style: Adjust close button style
    
    - fixes #5481

 data/theme/gnome-shell-sass/widgets/_window-picker.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_window-picker.scss 
b/data/theme/gnome-shell-sass/widgets/_window-picker.scss
index 84aaa43a6a..1d30e0fb76 100644
--- a/data/theme/gnome-shell-sass/widgets/_window-picker.scss
+++ b/data/theme/gnome-shell-sass/widgets/_window-picker.scss
@@ -5,7 +5,7 @@ $window_picker_padding: $base_padding * 2; // 12px
 
 $window_thumbnail_label_color: transparentize($osd_bg_color, 0.4);
 
-$window_close_button_color: darken(transparentize($osd_bg_color, .05), 3%);
+$window_close_button_color: lighten(transparentize($osd_bg_color, .05), 7%);
 $window_close_button_size: 30px;
 $window_close_button_padding: 3px;
 
@@ -28,6 +28,7 @@ $window_close_button_padding: 3px;
   background-color: $window_close_button_color;
   color: $osd_fg_color;
   border-radius: 99px;
+  box-shadow: 0 2px 4px 0 $shadow_color;
   padding: $window_close_button_padding;
   height: $window_close_button_size;
   width: $window_close_button_size;


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