Skip to content

Commit 316acb3

Browse files
authored
Merge pull request #4323 from nextcloud/fix/41930-Buttons_accessibility_improvements-master
2 parents a780d4a + 6f4d67c commit 316acb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NcButton/NcButton.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ export default {
502502
503503
&:focus-visible {
504504
outline: 2px solid var(--color-main-text) !important;
505+
box-shadow: 0 0 0 4px var(--color-main-background) !important;
505506
&.button-vue--vue-tertiary-on-primary {
506507
outline: 2px solid var(--color-primary-element-text);
507508
border-radius: var(--border-radius);

0 commit comments

Comments
 (0)