Skip to content

Commit 10e1475

Browse files
committed
Add orange bullet to ‘Resources’ menu item active state
1 parent b7b25c8 commit 10e1475

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_sass/navigation.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,17 @@
106106
text-align: center;
107107
}
108108

109+
.resources-dropdown:after {
110+
content: "";
111+
bottom: -24px;
112+
color: $orange;
113+
font-size: rem(22px);
114+
left: -27px;
115+
position: absolute;
116+
right: 0;
117+
text-align: center;
118+
}
119+
109120
a {
110121
color: $orange;
111122
}

0 commit comments

Comments
 (0)