mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
theme: Show focus in shortcuts windows
The individual items are now focusable, so we need to show a focus ring, otherwise this is just confusing.
This commit is contained in:
parent
e88e31dde2
commit
069ce48ac5
@ -4304,6 +4304,8 @@ shortcuts-section {
|
||||
// shortcut window keys
|
||||
shortcut {
|
||||
border-spacing: 6px;
|
||||
border-radius: 5px;
|
||||
@include focus-ring();
|
||||
}
|
||||
|
||||
shortcut > .keycap {
|
||||
|
Loading…
Reference in New Issue
Block a user