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:
Matthias Clasen 2023-05-11 15:57:18 -04:00
parent e88e31dde2
commit 069ce48ac5

View File

@ -4304,6 +4304,8 @@ shortcuts-section {
// shortcut window keys
shortcut {
border-spacing: 6px;
border-radius: 5px;
@include focus-ring();
}
shortcut > .keycap {