Skip to content

Commit

Permalink
fix(link): adds outline-offset to avoid overlapping with text. (#7342)
Browse files Browse the repository at this point in the history
**Related Issue:** #6588 

## Summary
This PR will add back the `2px` outline-offset for `calcite-link`.
  • Loading branch information
anveshmekala authored Jul 20, 2023
1 parent 9a12ea3 commit c30db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/src/components/link/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:host span {
@apply focus-base;
&:focus {
@apply focus-inset;
@apply focus-outset;
}
}

Expand Down

0 comments on commit c30db4e

Please sign in to comment.