Skip to content

Commit 116675f

Browse files
shanraufcatarak
authored andcommitted
Fix hover effect on Log in and Sign up nav items (#1085)
* Fix hover effect on Log in and Sign up nav items * Fix Login and Signup unequal spacing * Fix HTML syntax and right nav__item-header hover
1 parent a851eda commit 116675f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client/styles/components/_nav.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@
8585
margin-left: #{5 / $base-font-size}rem;
8686
}
8787

88+
.nav__dropdown {
89+
@include themify() {
90+
color: getThemifyVariable('nav-hover-color');
91+
}
92+
}
93+
94+
.nav__item-header-triangle {
95+
margin-left: #{5 / $base-font-size}rem;
96+
}
97+
8898
.nav__dropdown {
8999
@extend %dropdown-open-left;
90100
display: none;

0 commit comments

Comments
 (0)