Update footer links to new focus style

Updates based on the changes in:

https://github.com/alphagov/govuk-frontend/pull/1321
This commit is contained in:
Tom Byers
2020-09-11 19:27:23 +01:00
parent 2b6d07d358
commit 816ac484d9

View File

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