mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
🚸 Replace clickable div with button
This commit is contained in:
parent
9cadf1ff76
commit
5c5601af97
2 changed files with 4 additions and 5 deletions
|
@ -55,14 +55,13 @@
|
|||
}
|
||||
|
||||
.ppcp--method-settings {
|
||||
line-height: 0;
|
||||
padding: 0;
|
||||
transition: 0.2s ease-out transform;
|
||||
transform: rotate(0deg);
|
||||
zoom: 1.005;
|
||||
|
||||
&:hover {
|
||||
transform: rotate(45deg);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue