Remove redundant background definitions

These elements didn't need a background because their parent elements
already defined the same background.
This commit is contained in:
Javi Martín
2022-10-10 03:21:44 +02:00
parent 590f557aaa
commit 09471c1432
2 changed files with 0 additions and 5 deletions

View File

@@ -746,7 +746,6 @@ body > header,
flex-direction: column;
@include breakpoint(medium) {
background: $body-background;
flex-direction: row;
padding-bottom: 0;
@@ -1761,8 +1760,6 @@ table {
// ------------
.comments {
background: $body-background;
background-repeat: repeat-x;
padding-bottom: $line-height * 4;
h2 {

View File

@@ -438,7 +438,6 @@
}
%panel {
background: $body-background;
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-radius: 0;
@@ -1040,7 +1039,6 @@
.jumbo-budget {
@include full-width-border(bottom, 2px solid $border);
background: $body-background;
&.budget-heading {
min-height: $line-height * 10;