Skip to content

Commit

Permalink
Fix focus+hover state on previous and next navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Aug 8, 2019
1 parent 0d05488 commit 817f8af
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
&:active {
background-color: govuk-colour("light-grey", $legacy: "grey-4");
}

&:focus {
@include govuk-focused-text;
}
}

.gem-c-pagination__link-title {
Expand Down

0 comments on commit 817f8af

Please sign in to comment.