Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Use currentColor for Mini Cart footer border (#9245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu authored Apr 26, 2023
1 parent a85ef85 commit 8b1e9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/blocks/mini-cart/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8b1e9da

Please sign in to comment.