From: Ian Weller Date: Mon, 29 Feb 2016 18:57:55 +0000 (-0500) Subject: added missing margin for active dropdown X-Git-Tag: v1.0.0^2~140 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d42ea1f2b2c32dc3734bbf8f4b346732c0bd4ba0;p=WP-Themes%2FDiscoverKZOO.git added missing margin for active dropdown --- diff --git a/css/app.css b/css/app.css index 4c371c0..290118b 100644 --- a/css/app.css +++ b/css/app.css @@ -6756,7 +6756,7 @@ header { height: 40px; line-height: 1; } .top-bar-section ul li ul.dropdown li.active:not(.has-form) a:not(.button) { - padding: 10px 0 0; + padding: 10px 10px 0; height: 40px; line-height: 1; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 9e0d7d6..7790a0d 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -511,7 +511,7 @@ line-height: 1; } &.active:not(.has-form) a:not(.button) { - padding: 10px 0 0; + padding: 10px 10px 0; height: 40px; line-height: 1; }