From: Ian Weller Date: Wed, 3 Aug 2016 12:52:38 +0000 (-0400) Subject: top bar edits for hamburger X-Git-Tag: v1.0.0^2~38 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=84ad83e47814fce144da3dd38d29cec30f941054;p=WP-Themes%2Fpetoskey.git top bar edits for hamburger --- diff --git a/css/app.css b/css/app.css index a8e3653..a8649f2 100644 --- a/css/app.css +++ b/css/app.css @@ -6456,8 +6456,6 @@ 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:not(.has-form):not(.active) > a:not(.button) { - background: transparent; } .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 d5059eb..d0d948d 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -65,7 +65,7 @@ } &:not(.has-form):not(.active) { & > a:not(.button) { - background: transparent; +// background: transparent; } }