From 116675f866cab516cde653256f3b99ed182bcd5c Mon Sep 17 00:00:00 2001 From: Shan Rauf <40217167+shanrauf@users.noreply.github.com> Date: Tue, 11 Jun 2019 14:46:37 -0700 Subject: [PATCH] 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 --- client/styles/components/_nav.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/styles/components/_nav.scss b/client/styles/components/_nav.scss index 65aa5899..74945c78 100644 --- a/client/styles/components/_nav.scss +++ b/client/styles/components/_nav.scss @@ -85,6 +85,16 @@ margin-left: #{5 / $base-font-size}rem; } +.nav__dropdown { + @include themify() { + color: getThemifyVariable('nav-hover-color'); + } +} + +.nav__item-header-triangle { + margin-left: #{5 / $base-font-size}rem; +} + .nav__dropdown { @extend %dropdown-open-left; display: none;