Skip to content

Commit

Permalink
👌 Fix focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 1, 2023
1 parent 9f74adf commit 1a65522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@floating-ui/react": "^0.24.2",
"@formio/protected-eval": "^1.2.1",
"@fortawesome/fontawesome-free": "^6.1.1",
"@open-formulieren/design-tokens": "^0.45.0",
"@open-formulieren/design-tokens": "^0.45.1",
"@sentry/react": "^6.13.2",
"@sentry/tracing": "^6.13.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
Expand Down
3 changes: 1 addition & 2 deletions src/scss/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

// approximate browser default behaviour for focus outline
&:focus-visible {
border-radius: 3px;
border-color: transparent;
--utrecht-button-border-radius: 2px;
}
}
}

0 comments on commit 1a65522

Please sign in to comment.