Adwaita: circular button focus

- have the same focus look like the other items

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3368
This commit is contained in:
Jakub Steiner 2020-11-16 19:04:07 +01:00
parent 4befd13744
commit 0996b178dc

View File

@ -4193,6 +4193,10 @@ popover.menu {
@extend %list_button;
padding: 11px;
&:focus {
background-color: $menu_selected_color;
border-color: $menu_selected_color;
}
}
}