Merge pull request #15540 from woocommerce/fix/15538
More specific radio hiding
This commit is contained in:
commit
b6485bd9d8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -967,7 +967,7 @@ button.pswp__button--zoom:hover {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type=radio] {
|
||||
input.input-radio[name=payment_method] {
|
||||
display: none;
|
||||
|
||||
& + label {
|
||||
|
|
Loading…
Reference in New Issue