[gnome-shell-sass] theme: Make the focus state of buttons a bit more visible



commit 587106599d00d259a59678971faa62af3f6146f8
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Wed Feb 19 09:49:36 2020 +0100

    theme: Make the focus state of buttons a bit more visible
    
    This changed with the theme refactor was probably not intended, so make
    the border on key-focused buttons a bit less transparent to make it
    easier to see.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1022

 _drawing.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/_drawing.scss b/_drawing.scss
index 4c0383e..4ca723b 100644
--- a/_drawing.scss
+++ b/_drawing.scss
@@ -150,7 +150,7 @@
     color: $tc;
     text-shadow: 0 1px $text_shadow_color;
     icon-shadow: 0 1px $text_shadow_color;
-    box-shadow: inset 0 0 0 2px transparentize($selected_bg_color, 0.7);
+    box-shadow: inset 0 0 0 2px transparentize($selected_bg_color, 0.4);
     //border-color: $selected_bg_color;
   }
 


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