[gnome-shell/wip/jimmac/entry-focus: 2/2] theme: Adjust focus ring for entries
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-shell/wip/jimmac/entry-focus: 2/2] theme: Adjust focus ring for entries
- Date: Fri,  6 Aug 2021 08:34:53 +0000 (UTC)
commit bb4a4ccc46796c4a77833fcfa262fcf8f7e846bc
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
 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]