Skip to content

Commit 7a5a4f4

Browse files
committed
Remove text underline from docs link in the nav bar
1 parent 693cf3d commit 7a5a4f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_sass/layout/doc-navigation.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ $nav-height: 46px;
2828
display: none;
2929
}
3030
}
31+
a,
32+
a:hover,
33+
a:active,
34+
a:focus,
35+
a:hover,
36+
a.active {
37+
text-decoration: none;
38+
}
3139
}
3240
.navigation-ellipsis {
3341
display: none;

0 commit comments

Comments
 (0)