mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 03:10:16 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user