From 7af01939eb9073f9360c73e240844e47f32aa478 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 5 Aug 2021 14:23:41 +0200 Subject: [PATCH] theme: Adjust focus ring for entries Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4527 Part-of: --- 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 d5d959f07..f09eb123f 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 {