Skip to content

Commit

Permalink
Merge pull request #190 from nhsuk/performance/footer
Browse files Browse the repository at this point in the history
[refs #138] Minor performance improvement to footer logo elements
  • Loading branch information
chrimesdev authored Nov 13, 2018
2 parents e637fc1 + 42c33c0 commit 23d38ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
padding-bottom: nhsuk-spacing(0);
}

a {
> a {
display: block;
height: 40px;
width: 99px;

.nhsuk-u-visually-hidden {
> .nhsuk-u-visually-hidden {
top: -9999px; // Moves outline on iOS off screen
}

Expand Down

0 comments on commit 23d38ea

Please sign in to comment.