hopefully topbar edit that works
authorIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 13:20:40 +0000 (09:20 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 13:20:40 +0000 (09:20 -0400)
css/app.css
scss/_topbar.scss

index 6ea1650..1a9cfe7 100644 (file)
@@ -6456,7 +6456,7 @@ 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.menu-icon ul.dropdown li.active:not(.has-form) a:hover:not(.button) {
+      .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:not(.button) {
         line-height: 2rem; }
   .top-bar-section ul li.drop-left > .dropdown {
     right: 0 !important;
index e28c913..4cc43df 100644 (file)
@@ -61,7 +61,7 @@
                             }
                         }
                         &.active:not(.has-form) {
-                            a:hover:not(.button) {
+                            a:not(.button) {
                                 line-height: rem-calc(32);
                             }
                         }