Skip to content

Commit 5122332

Browse files
committed
Merge branch 'master' into feature/https-ui-switch
2 parents 5d74636 + 67e4669 commit 5122332

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

client/styles/components/_nav.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
padding: #{3 / $base-font-size}rem 0;
1818
}
1919

20+
.nav__items-left {
21+
& button {
22+
@include themify() {
23+
color: getThemifyVariable('inactive-text-color');
24+
}
25+
}
26+
}
27+
2028
.nav__item {
2129
position: relative;
2230
padding: 0 #{24 / $base-font-size}rem;

0 commit comments

Comments
 (0)