mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
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:
parent
017d348d73
commit
c2d8e091f8
|
|
@ -359,7 +359,6 @@ footer {
|
||||||
&.basic-info, &.basic-info th, &.basic-info td {
|
&.basic-info, &.basic-info th, &.basic-info td {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
margin: 1rem 0 .5rem 0;
|
margin: 1rem 0 .5rem 0;
|
||||||
background-color: $white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.basic-info th {
|
&.basic-info th {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue