Use currentColor for Mini Cart footer border (https://github.com/woocommerce/woocommerce-blocks/pull/9245)
This commit is contained in:
parent
8e0709eb9a
commit
0dae33e4b9
|
@ -159,7 +159,7 @@ h2.wc-block-mini-cart__title {
|
|||
}
|
||||
|
||||
.wc-block-mini-cart__footer {
|
||||
border-top: 1px solid $gray-300;
|
||||
@include with-translucent-border( 1px 0 0 );
|
||||
padding: $gap-large $gap;
|
||||
|
||||
.wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
|
||||
|
|
Loading…
Reference in New Issue