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

@ -10,6 +10,13 @@
font-size: $input-ios-font-size;
}
:host-context(.item-label-stacked),
:host-context(.item-label-floating) {
--padding-top: 8px;
--padding-bottom: 8px;
--padding-start: 0px;
}
.input-clear-icon {
@include svg-background-image($input-ios-input-clear-icon-svg);