From 84ad83e47814fce144da3dd38d29cec30f941054 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 3 Aug 2016 08:52:38 -0400 Subject: [PATCH] top bar edits for hamburger --- css/app.css | 2 -- scss/_topbar.scss | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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; } } -- 2.17.1