mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add styles to fields
This commit is contained in:
parent
8fc4833503
commit
5112e75552
2 changed files with 1 additions and 2 deletions
|
@ -281,7 +281,6 @@ class CreditCardRenderer {
|
|||
const stylesRaw = window.getComputedStyle(field);
|
||||
const styles = {};
|
||||
Object.values(stylesRaw).forEach((prop) => {
|
||||
console.log(prop)
|
||||
if (!stylesRaw[prop] || !allowedProperties.includes(prop)) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue