mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
🧑💻 Add common CSS class prefix
This commit is contained in:
parent
790eab5629
commit
9d845e56f3
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ const Accordion = ( {
|
|||
wrapperClasses.push( className );
|
||||
}
|
||||
if ( isOpen ) {
|
||||
wrapperClasses.push( 'open' );
|
||||
wrapperClasses.push( 'ppcp--is-open' );
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue