tried to fix it in the wrong way
authorIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 13:23:22 +0000 (09:23 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 13:23:22 +0000 (09:23 -0400)
css/app.css
scss/_topbar.scss

index 1a9cfe7..8982425 100644 (file)
@@ -6457,7 +6457,7 @@ header {
         background: #374343;
         margin-top: -7px; }
       .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:not(.button) {
-        line-height: 2rem; }
+        margin-top: -7px; }
   .top-bar-section ul li.drop-left > .dropdown {
     right: 0 !important;
     left: auto !important;
index 4cc43df..38d7777 100644 (file)
@@ -62,7 +62,7 @@
                         }
                         &.active:not(.has-form) {
                             a:not(.button) {
-                                line-height: rem-calc(32);
+                                margin-top: -7px;
                             }
                         }
                     }