oops, made a mistake
authorIan Weller <ian@gaslightmedia.com>
Fri, 3 Mar 2017 19:56:24 +0000 (14:56 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 3 Mar 2017 19:56:24 +0000 (14:56 -0500)
I didn't have the has-dropdown class stated in the styles, fixed it.

css/app.css
scss/_topbar.scss

index 942f912..ba7a2d2 100644 (file)
@@ -6464,7 +6464,7 @@ header {
         content: ''; }
       .top-bar-section ul li ul.dropdown li a {
         font-size: 1.125rem; }
-      .top-bar-section ul li ul.dropdown li:has-dropdown a:after {
+      .top-bar-section ul li ul.dropdown li.has-dropdown a:after {
         content: ''; }
       .top-bar-section ul li ul.dropdown li:not(.has-form):not(.active) > a:not(.button) {
         background: transparent;
index 000aa08..f2f6907 100644 (file)
                     a {
                         font-size: rem-calc(18);
                     }
-                    &:has-dropdown {
+                    &.has-dropdown {
                         a:after {
                             content: '';
                         }