fixing a topbar mistake
authorIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 13:08:50 +0000 (09:08 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 13:08:50 +0000 (09:08 -0400)
css/app.css
scss/_topbar.scss

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