summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-11 15:57:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-11 15:58:15 -0400
commit069ce48ac5bb5bec3b4a52ccf979c54a86926429 (patch)
treebd5249e2b2a9c9a5b0f3874072c89e2007af3b7f
parente88e31dde2f51d6d5af9933e04952b9fa35eb718 (diff)
downloadgtk+-069ce48ac5bb5bec3b4a52ccf979c54a86926429.tar.gz
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.
-rw-r--r--gtk/theme/Default/_common.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index 231600ecf8..ac0b9cca13 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -4304,6 +4304,8 @@ shortcuts-section {
// shortcut window keys
shortcut {
border-spacing: 6px;
+ border-radius: 5px;
+ @include focus-ring();
}
shortcut > .keycap {