Skip to content

Commit

Permalink
Update footer links to new focus style
Browse files Browse the repository at this point in the history
Updates based on the changes in:

alphagov/govuk-frontend#1321
  • Loading branch information
tombye committed Sep 15, 2020
1 parent 2b6d07d commit 816ac48
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/assets/stylesheets/govuk-frontend/focus/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 816ac48

Please sign in to comment.