You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/css/elements/base.css
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@
32
32
@layer base {
33
33
/* Explicitly show focus without needing to tab */
34
34
.show-focus:focus,
35
+
button,
35
36
/* Explicitly show focus without needing to tab for buttons inside modals, e.g. Assets > cancel button on delete modal */
36
37
[data-dismissable-layer] button:focus,
37
38
/* and then a global selector for focus-visible everywhere else (except where the focus-within class will handle the focus outline target instead). Use a direct descendant here so we don't affect things like the focus state of Bard field > Replicator > then another Bard field. */
0 commit comments