Skip to content

Commit

Permalink
style(link): don't use visited color by default (#16015)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhassel authored Mar 20, 2024
1 parent 80c75e2 commit 4de1fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/scss/components/link/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ $link-focus-text-color: custom-property.get-var(
}

&:visited {
color: $link-visited-text-color;
color: $link-text-color;
}

&:visited:hover {
color: $link-visited-text-color;
color: $link-hover-text-color;
}
}

Expand Down

0 comments on commit 4de1fc6

Please sign in to comment.