Skip to content

Commit

Permalink
Set double outline to buttons in focus state
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jul 10, 2023
1 parent 431cfec commit 89b3c8d
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 89b3c8d

Please sign in to comment.