From 069ce48ac5bb5bec3b4a52ccf979c54a86926429 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 May 2023 15:57:18 -0400 Subject: [PATCH] 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. --- gtk/theme/Default/_common.scss | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.30.2