Skip to content

Commit

Permalink
fix(sbb-header): fix border radius of focus outline in Safari (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Jan 24, 2024
1 parent ab7998c commit aa409e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
outline-offset: var(--sbb-spacing-fixed-3x);

// As if the outline has an offset, the border radius increases, we set it to the smallest possible border-radius.
border-radius: 0.1px;
border-radius: 1px;
}

@keyframes show {
Expand Down

0 comments on commit aa409e7

Please sign in to comment.