From: Wolfgang Demeter Date: Wed, 19 Feb 2014 15:35:53 +0000 (+0100) Subject: deleted unnecessary .top-bar background-settings X-Git-Tag: v5.2.0~47^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4487%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git deleted unnecessary .top-bar background-settings fix for issue #4486 --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index c2099ea1e..caa5f8a95 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -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; }