Adwaita: fix focus for .navigation-sidebar

This commit is contained in:
Jakub Steiner 2020-08-13 19:40:00 +02:00 committed by Matthias Clasen
parent df4c57c001
commit c5963b960a

View File

@ -3399,7 +3399,7 @@ placessidebar, .navigation-sidebar {
background-color: desaturate($selected_bg_color,100%);
color: $selected_fg_color;
&:focus {
&:focus-visible:focus-within {
outline-width: 0;
color: $selected_fg_color;
background-color: $selected_bg_color;