Skip to content

Commit

Permalink
Merge pull request #4323 from nextcloud/fix/41930-Buttons_accessibili…
Browse files Browse the repository at this point in the history
…ty_improvements-master
  • Loading branch information
Pytal committed Jul 12, 2023
2 parents a780d4a + 6f4d67c commit 316acb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcButton/NcButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,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 316acb3

Please sign in to comment.