Skip to content

Commit

Permalink
Use text-decoration-skip-ink on link hover states
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Thomas committed Jun 11, 2021
1 parent 142993d commit ca30ce8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/govuk/helpers/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
@if ($govuk-new-link-styles and $govuk-link-hover-underline-thickness) {
text-decoration-thickness: $govuk-link-hover-underline-thickness;
text-decoration-skip-ink: none;
text-underline-position: under;
text-underline-offset: -.15em;
text-decoration-skip: none;
}
}

Expand Down

0 comments on commit ca30ce8

Please sign in to comment.