Skip to content

Commit

Permalink
Merge pull request #76 from hmrc/APIS-3807
Browse files Browse the repository at this point in the history
APIS-3807 Improved colour contrast on left nav hover
  • Loading branch information
d6fb authored Nov 28, 2018
2 parents 0c71ce1 + 30887f7 commit 8dc9805
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/css/ad-hoc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ pre, code {
content: "";
}

// APIS-3807 - override hover style on left nav so it passes accessibility colour contrast tests
.side-nav__link:hover {
background-color: #fff;
text-decoration: underline;
}

// Remove sub navigation right border on a mobile phone
.side-nav {
border-right: none;
Expand Down

0 comments on commit 8dc9805

Please sign in to comment.