Skip to content

Commit 803358e

Browse files
authored
Merge pull request #1042 from primer/fix-underlinenav-in-safari
Fix UnderlineNav in Safari
2 parents 3f3caad + af5690b commit 803358e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/navigation/underline-nav.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
color: $text-gray;
1919
text-align: center;
2020
white-space: nowrap;
21+
background-color: transparent;
2122
border: 0;
2223
// stylelint-disable-next-line primer/borders
2324
border-bottom: 2px $border-style transparent;

0 commit comments

Comments
 (0)