more adjustemnts to the topbar
authorIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 13:06:47 +0000 (09:06 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 13:06:47 +0000 (09:06 -0400)
css/app.css
scss/_topbar.scss

index a8649f2..25b8ba6 100644 (file)
@@ -6456,6 +6456,8 @@ 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 lili.active:not(.has-form) a:hover:not(.button) {
+        line-height: 2rem; }
   .top-bar-section ul li.drop-left > .dropdown {
     right: 0 !important;
     left: auto !important;
index d0d948d..049f9f0 100644 (file)
                                 margin-top: -7px;
                             }
                         }
+                        &li.active:not(.has-form) {
+                            a:hover:not(.button) {
+                                line-height: rem-calc(32);
+                            }
+                        }
                     }
                 }
             }