Skip to content

Commit

Permalink
Merge pull request #1474 from alphagov/hover-state-on-in-page-navigat…
Browse files Browse the repository at this point in the history
…ion-links

Stop the focus state on in page navigation links from being full width
  • Loading branch information
injms authored Sep 10, 2019
2 parents 9695808 + c6b6a4f commit 40076ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/assets/stylesheets/helpers/_parts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@
list-style: none;
margin-bottom: 0.75em;

a {
display: block;

&:focus {
@include govuk-template-link-focus-override;
}
a:focus {
@include govuk-template-link-focus-override;
}
}
}
Expand Down

0 comments on commit 40076ca

Please sign in to comment.