Skip to content

Instantly share code, notes, and snippets.

@embarq
Created September 3, 2018 14:11
Show Gist options
  • Select an option

  • Save embarq/8a6d1e3295bdf681358925eed83dcb37 to your computer and use it in GitHub Desktop.

Select an option

Save embarq/8a6d1e3295bdf681358925eed83dcb37 to your computer and use it in GitHub Desktop.
Fix tappable on ion-input
ion-input:not(.cloned-input) {
pointer-events: initial !important;
}
.ghost-field.cloned-input input {
opacity: 0;
}
.ghost-field:not(.cloned-input) input {
opacity: 1 !important;
transform: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment