Update 2021 compat for my-account orders so that divisors use body color

This commit is contained in:
Jonathan Sadowski 2020-12-03 13:12:37 -06:00
parent 58bdca2b5c
commit 5db955459b
1 changed files with 3 additions and 3 deletions

View File

@ -103,13 +103,13 @@ a.button {
border: 0;
tbody {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid $body-color;
}
tfoot {
tr:last-of-type {
border-top: 1px solid #ddd;
border-top: 1px solid $body-color;
.woocommerce-Price-amount {
font-weight: 700;
@ -2429,7 +2429,7 @@ a.reset_variations {
}
thead {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid $body-color;
}
.button {