Remove redundant background-color

Now that only object and request tables get the stripes, there is no
need to reset it for basic-info
This commit is contained in:
Richard van der Hoff 2022-08-02 22:44:55 +01:00
parent 017d348d73
commit c2d8e091f8

View file

@ -359,7 +359,6 @@ footer {
&.basic-info, &.basic-info th, &.basic-info td {
table-layout: fixed;
margin: 1rem 0 .5rem 0;
background-color: $white;
}
&.basic-info th {