I fixed the active class problem for the dropdown
authorIan Weller <ian@gaslightmedia.com>
Mon, 3 Apr 2017 14:56:06 +0000 (10:56 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 3 Apr 2017 14:56:06 +0000 (10:56 -0400)
I added a style to the active dropdown li to have a transparent
background.  It seems to be helping.

css/app.css
scss/_topbar.scss

index 063ca24..7672bd3 100644 (file)
@@ -6629,6 +6629,8 @@ ul#sec-nav {
         .top-bar-section ul li:last-child:not(.has-form) .dropdown li a {
           min-height: 0;
           width: 100%; }
+        .top-bar-section ul li:last-child:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
+          background: transparent; }
     .top-bar-section ul li .dropdown {
       z-index: 1;
       position: relative;
index 1be9929..c76ee01 100644 (file)
                                 min-height: 0;
                                 width: 100%;
                             }
+                            &.active:not(.has-form) a:not(.button) {
+                                background: transparent;
+                            }
                         }
                     }
                 }