From: Ian Weller Date: Wed, 3 Aug 2016 13:08:50 +0000 (-0400) Subject: fixing a topbar mistake X-Git-Tag: v1.0.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=faec63cf45f8d24b1e7cdc50f48ec9e2aebadd61;p=WP-Themes%2Fpetoskey.git fixing a topbar mistake --- diff --git a/css/app.css b/css/app.css index 25b8ba6..6ea1650 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 lili.active:not(.has-form) a:hover:not(.button) { + .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:hover: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 049f9f0..42d7ec9 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -60,7 +60,7 @@ margin-top: -7px; } } - &li.active:not(.has-form) { + &.active:not(.has-form) { a:hover:not(.button) { line-height: rem-calc(32); }