Skip to content

Commit 4e0ee89

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 d7837a6 commit 4e0ee89

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
@@ -75,6 +75,16 @@
7575
margin-left: #{5 / $base-font-size}rem;
7676
}
7777

78+
.nav__dropdown {
79+
@include themify() {
80+
color: getThemifyVariable('nav-hover-color');
81+
}
82+
}
83+
84+
.nav__item-header-triangle {
85+
margin-left: #{5 / $base-font-size}rem;
86+
}
87+
7888
.nav__dropdown {
7989
@extend %dropdown-open-left;
8090
display: none;

0 commit comments

Comments
 (0)