[gnome-shell/wip/jimmac/entry-focus: 13/13] theme: Adjust focus ring for entries




commit 7af01939eb9073f9360c73e240844e47f32aa478
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 5 14:23:41 2021 +0200

    theme: Adjust focus ring for entries
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4527
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1936>

 data/theme/gnome-shell-sass/_drawing.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/_drawing.scss b/data/theme/gnome-shell-sass/_drawing.scss
index d5d959f075..f09eb123f2 100644
--- a/data/theme/gnome-shell-sass/_drawing.scss
+++ b/data/theme/gnome-shell-sass/_drawing.scss
@@ -46,7 +46,7 @@
     border-color: if($fc==$selected_bg_color,
               $selected_borders_color,
               darken($fc,35%));
-    box-shadow: inset 0 0 0 1px $fc;
+    box-shadow: inset 0 0 0 2px $fc;
   }
   @if $t==hover { }
   @if $t==insensitive {


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