2021 compat: Fix payment methods table background mobile styling
This commit is contained in:
parent
4393319c61
commit
9d0da2a16c
|
@ -1915,6 +1915,12 @@ a.reset_variations {
|
|||
border-style: hidden;
|
||||
}
|
||||
|
||||
tr:nth-child(2n) {
|
||||
td {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
tr:nth-child(2n+1) {
|
||||
|
||||
td {
|
||||
|
|
Loading…
Reference in New Issue