removing padding from top bar dropdown nav items when active, the extra padding is...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 Aug 2016 12:56:47 +0000 (08:56 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 Aug 2016 12:56:47 +0000 (08:56 -0400)
css/app.css
scss/_topbar.scss

index ed97957..f2e545b 100644 (file)
@@ -6472,7 +6472,7 @@ header {
             display: none; }
     .top-bar-section ul li.has-dropdown.active:not(.has-form) ul.dropdown li:not(.has-form):not(.active) > a:not(.button) {
       line-height: normal;
-      padding: 10px 10px 0 0; }
+      padding: 10px 0 0 0; }
     .top-bar-section ul li.has-dropdown.active:not(.has-form) ul.dropdown li.active:not(.has-form) > a:not(.button) {
       line-height: normal;
       padding: 10px 0px 0 0;
index 76a4cc7..2813f8f 100644 (file)
                         li:not(.has-form):not(.active) {
                             &> a:not(.button){
                                 line-height: normal;
-                                padding: 10px 10px 0 0;
+                                padding: 10px 0 0 0;
                             }
                         }
                         li.active:not(.has-form){