projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e88e31d
)
theme: Show focus in shortcuts windows
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 May 2023 19:57:18 +0000
(15:57 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 May 2023 19:58:15 +0000
(15:58 -0400)
The individual items are now focusable,
so we need to show a focus ring, otherwise
this is just confusing.
gtk/theme/Default/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Default/_common.scss
b/gtk/theme/Default/_common.scss
index 231600ecf87e8e6cf64327024ba10d669db60609..ac0b9cca131a7c6ff3f212cb6332aa02641efd3c 100644
(file)
--- 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 {