Skip to content

Commit 445dbcc

Browse files
committed
Update NavDropDownButton caret to white
1 parent 5eea137 commit 445dbcc

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)