forked from AuroraMiddleware/gtk
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:
parent
4befd13744
commit
0996b178dc
@ -4193,6 +4193,10 @@ popover.menu {
|
||||
@extend %list_button;
|
||||
|
||||
padding: 11px;
|
||||
&:focus {
|
||||
background-color: $menu_selected_color;
|
||||
border-color: $menu_selected_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user