Skip to content

Commit

Permalink
fix: CSS express checkout separator tweak
Browse files Browse the repository at this point in the history
Update wcdp.css and wcdp.min.css
  • Loading branch information
jonas-hoebenreich committed Jan 30, 2024
1 parent d0ad3bc commit de84bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/wcdp.css
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ input:disabled ~ label {
.wcdp-body #wc-stripe-payment-request-button-separator {
display: none !important;
}
form.woocommerce-checkout #wc-stripe-payment-request-button-separator:first-of-type {
form.woocommerce-checkout #wc-stripe-payment-request-button-separator:first-of-type:not([style*="display:none"]) {
display: block !important;
}
#wcdp #wc-stripe-payment-request-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/wcdp.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de84bf8

Please sign in to comment.