From: Ian Weller Date: Wed, 3 Aug 2016 13:06:47 +0000 (-0400) Subject: more adjustemnts to the topbar X-Git-Tag: v1.0.0^2~37 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d5a8cd040a4c3f39df0fd322635b05279c7f95d3;p=WP-Themes%2Fpetoskey.git more adjustemnts to the topbar --- diff --git a/css/app.css b/css/app.css index a8649f2..25b8ba6 100644 --- a/css/app.css +++ b/css/app.css @@ -6456,6 +6456,8 @@ 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) { + line-height: 2rem; } .top-bar-section ul li.drop-left > .dropdown { right: 0 !important; left: auto !important; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index d0d948d..049f9f0 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -60,6 +60,11 @@ margin-top: -7px; } } + &li.active:not(.has-form) { + a:hover:not(.button) { + line-height: rem-calc(32); + } + } } } }