Skip to content

Commit

Permalink
Merge pull request #4319 from nextcloud/fix/41930-Buttons_accessibili…
Browse files Browse the repository at this point in the history
…ty_improvements

Set double outline to buttons in focus state
  • Loading branch information
JuliaKirschenheuter committed Jul 12, 2023
2 parents a5b981b + ba71310 commit 715b6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcButton/NcButton.vue
Expand Up @@ -505,6 +505,7 @@ export default {
&:focus-visible {
outline: 2px solid var(--color-main-text) !important;
box-shadow: 0 0 0 4px var(--color-main-background) !important;
&.button-vue--vue-tertiary-on-primary {
outline: 2px solid var(--color-primary-element-text);
border-radius: var(--border-radius);
Expand Down

0 comments on commit 715b6d5

Please sign in to comment.