mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -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
|
// Updates to back-link component
|
||||||
.govuk-back-link {
|
.govuk-back-link {
|
||||||
@include govuk-focusable-text-link;
|
@include govuk-focusable-text-link;
|
||||||
|
|||||||
Reference in New Issue
Block a user