Put underlines back on footer links

Raised by the service assessment accessibility
review as a problem for the footer due to it
having a mix of text and links.

This also makes it match the latest GOVUK Frontend
style.
This commit is contained in:
Tom Byers
2020-12-04 09:28:14 +00:00
parent 5652db86d1
commit 4b80364381

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;
}