From 5ac98cb1f050356ed3703fa94059be57fb61b256 Mon Sep 17 00:00:00 2001 From: Andrew France Date: Tue, 27 Jun 2017 11:36:38 +0200 Subject: [PATCH] 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. --- scss/forms/_fieldset.scss | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.47.2