Skip to content

Commit

Permalink
fix(LinkStyle): update reversed focus ring color
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Dec 1, 2023
1 parent cbe8696 commit f6d0a2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/components/src/LinkStyle/LinkStyle.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@
&:focus-visible {
color: rgba($color-white-rgb, 0.8);
}

&:focus-visible {
&::after {
border-color: $color-blue-300;
}
}
}

0 comments on commit f6d0a2b

Please sign in to comment.