Skip to content

Commit

Permalink
Merge pull request #105 from citizensadvice/feature/section-nav-anchor
Browse files Browse the repository at this point in the history
Feature/section nav anchor
  • Loading branch information
btomy authored Mar 22, 2018
2 parents bc37575 + 6b1f0fb commit 3736326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/styles/furniture-elements.less
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ ul.side-nav__ul--level2{
& + ul li:hover { background-color: transparent; }
}

.section-nav li a:active {
outline: 2px solid #fcbb69;
}

.main-content__sidebar a:hover,.main-content__sidebar a:focus{
background: none;
}
Expand Down

0 comments on commit 3736326

Please sign in to comment.