]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove background color from styled <legend> 10262/head
authorAndrew France <andrew@avito.uk>
Tue, 27 Jun 2017 09:36:38 +0000 (11:36 +0200)
committerAndrew France <andrew@avito.uk>
Tue, 27 Jun 2017 09:48:32 +0000 (11:48 +0200)
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

index 8ba4c83dc26297d3822a04024d260b8dbb875ad7..8611d5a33f447d5593faf5ee998715fa1d4d399d 100644 (file)
@@ -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;
   }
 }