Skip to content

Commit 8300bba

Browse files
authored
Merge pull request #674 from NMFS-RADFish/672-fix-header-dropdown-css
Update NavDropDownButton caret to white
2 parents 28112a9 + 445dbcc commit 8300bba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/react-javascript/src/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ code {
1919
html,
2020
body {
2121
width: 100%;
22+
}
23+
24+
@media (min-width: 64em) {
25+
.usa-nav__primary button[aria-expanded=false] span:after {
26+
background: white;
27+
}
2228
}

0 commit comments

Comments
 (0)