Merge pull request #15540 from woocommerce/fix/15538

More specific radio hiding
This commit is contained in:
Claudiu Lodromanean 2017-06-09 09:50:58 -07:00 committed by GitHub
commit b6485bd9d8
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -967,7 +967,7 @@ button.pswp__button--zoom:hover {
cursor: pointer;
}
input[type=radio] {
input.input-radio[name=payment_method] {
display: none;
& + label {