mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Make the whole rdb box selectable and link clickable
This commit is contained in:
parent
1b1546768b
commit
169c184e57
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@
|
|||
&__content {
|
||||
display: flex;
|
||||
position: relative;
|
||||
pointer-events: none;
|
||||
*:not(a){
|
||||
pointer-events: none;
|
||||
}
|
||||
a {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue