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 {