Skip to content

Commit c30db4e

Browse files
authored
fix(link): adds outline-offset to avoid overlapping with text. (#7342)
**Related Issue:** #6588 ## Summary This PR will add back the `2px` outline-offset for `calcite-link`.
1 parent 9a12ea3 commit c30db4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/calcite-components/src/components/link/link.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
:host span {
2929
@apply focus-base;
3030
&:focus {
31-
@apply focus-inset;
31+
@apply focus-outset;
3232
}
3333
}
3434

0 commit comments

Comments
 (0)