mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix disabling of clicks on disabled buttons
This commit is contained in:
parent
10fe6f1a57
commit
3ccd38e4dd
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
cursor: not-allowed;
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
|
||||
* {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.ppc-button-wrapper #ppcp-messages:first-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue