Merge pull request #3732 from alphagov/fix-footer-link-styles

Put underlines back on footer links
This commit is contained in:
Tom Byers
2020-12-04 10:47:24 +00:00
committed by GitHub

View File

@@ -28,13 +28,6 @@
// Updates to footer component
.govuk-footer__link {
text-decoration: none;
&:hover,
&:active {
text-decoration: underline;
}
@include govuk-focusable-text-link;
}