Skip to content

Commit

Permalink
Merge pull request #1138 from mbucknell/fix_header
Browse files Browse the repository at this point in the history
Fix header
  • Loading branch information
mbucknell authored Dec 6, 2021
2 parents 17df0e2 + 99216a6 commit b705f55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/scss/partials/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
@include set_link-from-bg('blue-70');
}
}

.usa-nav__primary button[aria-expanded=false] {
@include at-media('desktop') {
background-image: url('./img/usa-icons-bg/expand_more--white.svg');
}
}

.usa-nav__submenu-item {
@include at-media('desktop') {
@include set-text-from-bg('blue-70');
Expand Down

0 comments on commit b705f55

Please sign in to comment.