Cart: ensure express checkout placeholder does not stick to checkout button (https://github.com/woocommerce/woocommerce-blocks/pull/6547)

* Cart: ensure express checkout placeholder does not stick to checkout button

* Display to affect description only
This commit is contained in:
Michael P. Pfeiffer 2022-06-10 15:20:41 +02:00 committed by GitHub
parent 8ac7fd2440
commit a432a85bf0
1 changed files with 5 additions and 1 deletions

View File

@ -18,8 +18,12 @@
pointer-events: all; // Overrides parent disabled component in editor context
}
.wp-block-woocommerce-cart-express-payment-block &,
.wp-block-woocommerce-checkout-express-payment-block-placeholder__description {
display: block;
margin: 0 0 1em;
}
.wp-block-woocommerce-checkout-express-payment-block-placeholder__description {
display: block;
}
}