From: Andrew France Date: Tue, 27 Jun 2017 09:36:38 +0000 (+0200) Subject: Remove background color from styled X-Git-Tag: v6.4.1~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10262%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove background color from styled Fixes #10254. Removing the colour makes no difference to the display and allows the element to be placed on areas with different background colours without having to override the element's CSS. --- diff --git a/scss/forms/_fieldset.scss b/scss/forms/_fieldset.scss index 8ba4c83dc..8611d5a33 100644 --- a/scss/forms/_fieldset.scss +++ b/scss/forms/_fieldset.scss @@ -32,7 +32,6 @@ $legend-padding: rem-calc(0 3) !default; margin: 0; margin-#{$global-left}: rem-calc(-3); padding: $legend-padding; - background: $body-background; } }