top bar edits for hamburger
authorIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 12:52:38 +0000 (08:52 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 12:52:38 +0000 (08:52 -0400)
css/app.css
scss/_topbar.scss

index a8e3653..a8649f2 100644 (file)
@@ -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;
index d5059eb..d0d948d 100644 (file)
@@ -65,7 +65,7 @@
             }
             &:not(.has-form):not(.active) {
                 & > a:not(.button) {
-                    background: transparent;
+//                    background: transparent;
                 }
             }