]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
deleted unnecessary .top-bar background-settings 4487/head
authorWolfgang Demeter <wolfgang.demeter+github.com@gogol-medien.de>
Wed, 19 Feb 2014 15:35:53 +0000 (16:35 +0100)
committerWolfgang Demeter <wolfgang.demeter+github.com@gogol-medien.de>
Wed, 19 Feb 2014 15:35:53 +0000 (16:35 +0100)
fix for issue #4486

scss/foundation/components/_top-bar.scss

index c2099ea1ed67cdf54bc01d9540acde1935c6765d..caa5f8a95177e8a2596bc4999f23a3838a5586a7 100644 (file)
@@ -478,7 +478,6 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
             a:not(.button) {
               padding: 0 $topbar-link-padding;
               line-height: $topbar-height;
-              background: $topbar-bg;
               &:hover { background: $topbar-link-bg-hover; }
             }
           }
@@ -572,7 +571,6 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
         }
 
         .has-form {
-          background: $topbar-bg;
           padding: 0 $topbar-link-padding;
           height: $topbar-height;
         }