From: Ian Weller Date: Wed, 3 Aug 2016 13:20:40 +0000 (-0400) Subject: hopefully topbar edit that works X-Git-Tag: v1.0.0^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=45d83a3f5365a810d680a7ea8a9b6c0d0b7cae45;p=WP-Themes%2Fpetoskey.git hopefully topbar edit that works --- diff --git a/css/app.css b/css/app.css index 6ea1650..1a9cfe7 100644 --- a/css/app.css +++ b/css/app.css @@ -6456,7 +6456,7 @@ header { .top-bar-section ul li.menu-icon ul.dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #374343; margin-top: -7px; } - .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:hover:not(.button) { + .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:not(.button) { line-height: 2rem; } .top-bar-section ul li.drop-left > .dropdown { right: 0 !important; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index e28c913..4cc43df 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -61,7 +61,7 @@ } } &.active:not(.has-form) { - a:hover:not(.button) { + a:not(.button) { line-height: rem-calc(32); } }