Skip to content

Commit

Permalink
fix(input): fixes #9070
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Dec 16, 2016
1 parent 61ee1d6 commit 9ab00dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ ion-textarea {
width: 100%;
}

ion-input[disabled] .input-cover {
pointer-events: none;
}


.item-input ion-input,
.item-input ion-textarea {
Expand Down Expand Up @@ -64,7 +68,6 @@ textarea.text-input {
opacity: .4;
}


input.text-input:-webkit-autofill {
background-color: transparent;
}
Expand Down

0 comments on commit 9ab00dd

Please sign in to comment.