Created
September 3, 2018 14:11
-
-
Save embarq/8a6d1e3295bdf681358925eed83dcb37 to your computer and use it in GitHub Desktop.
Fix tappable on ion-input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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