Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save steveosoule/c54d7d77e52fdd50e2eefdce71ff9533 to your computer and use it in GitHub Desktop.
Save steveosoule/c54d7d77e52fdd50e2eefdce71ff9533 to your computer and use it in GitHub Desktop.
Miva - Shadows hide radio button for radios with image
.c-form-checkbox--radio:has(img) .c-form-checkbox__caption {
margin-left: 0;
}
.c-form-checkbox--radio:has(img) .c-form-checkbox__caption::before {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment