forked from AuroraMiddleware/gtk
Adwaita: fix focus for .navigation-sidebar
This commit is contained in:
parent
df4c57c001
commit
c5963b960a
@ -3399,7 +3399,7 @@ placessidebar, .navigation-sidebar {
|
|||||||
background-color: desaturate($selected_bg_color,100%);
|
background-color: desaturate($selected_bg_color,100%);
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
|
|
||||||
&:focus {
|
&:focus-visible:focus-within {
|
||||||
outline-width: 0;
|
outline-width: 0;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
|
Loading…
Reference in New Issue
Block a user