Skip to content

Commit

Permalink
fix: added focus outline in active states
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhybansal committed Feb 29, 2024
1 parent f9bc3d4 commit 03e05af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/styles/scss/components/link/_link.scss
Expand Up @@ -46,7 +46,10 @@ $link-focus-text-color: custom-property.get-var(
&:active,
&:active:visited,
&:active:visited:hover {
@include focus-outline;

color: $text-primary;
outline-color: $link-focus-text-color;
text-decoration: underline;
}

Expand Down

0 comments on commit 03e05af

Please sign in to comment.