Skip to content

Commit

Permalink
Merge pull request #684 from nationalarchives/AYR-1286/link-styles
Browse files Browse the repository at this point in the history
AYR-1286 - Anchor links inconsistency
  • Loading branch information
ltrasca authored Dec 5, 2024
2 parents 52ffced + e0b42fb commit ce5c9b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/static/src/scss/includes/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@
}
}

[class*="__link"] {
text-underline-offset: 3px;

&:hover {
text-decoration-thickness: 3px;
}
}

&__link--record {
color: $colour-link-default;
font-size: 1rem;
Expand Down
8 changes: 8 additions & 0 deletions app/static/src/scss/includes/_overrides.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
legend {
padding-inline: 0;
}

a {
text-underline-offset: 3px;

&:hover {
text-decoration-thickness: 3px;
}
}

0 comments on commit ce5c9b9

Please sign in to comment.