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>
This commit is contained in:
parent
cc2af75fb4
commit
7af01939eb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user