summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-11 20:16:07 +0000
committerMatthias Clasen <mclasen@redhat.com>2023-05-11 20:16:07 +0000
commitcdc135f11dd9806e0fdada7eccb0c164eb5503a6 (patch)
treebd5249e2b2a9c9a5b0f3874072c89e2007af3b7f
parente88e31dde2f51d6d5af9933e04952b9fa35eb718 (diff)
parent069ce48ac5bb5bec3b4a52ccf979c54a86926429 (diff)
downloadgtk+-cdc135f11dd9806e0fdada7eccb0c164eb5503a6.tar.gz
Merge branch 'shortcuts-focus' into 'main'
theme: Show focus in shortcuts windows See merge request GNOME/gtk!5951
-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 {