fix(input): disable shadow-dom for text inputs (#17043)

fixes #17020
This commit is contained in:
Manu MA
2019-01-11 16:07:38 +01:00
committed by GitHub
parent 418052f84b
commit 63e0501ae6
10 changed files with 44 additions and 32 deletions

View File

@ -56,10 +56,14 @@
// Textarea Within An Item
// --------------------------------------------------
:host(.in-item) {
:host-context(ion-item) {
position: static;
}
:host-context(ion-item:not(.item-label)) {
--padding-start: 0;
}
// Native Textarea
// --------------------------------------------------