Fix disabling of clicks on disabled buttons

This commit is contained in:
Pedro Silva 2023-10-20 09:38:32 +01:00
parent 10fe6f1a57
commit 3ccd38e4dd
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -6,6 +6,10 @@
cursor: not-allowed;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
* {
pointer-events: none;
}
}
.ppc-button-wrapper #ppcp-messages:first-child {