fix(item): properly align datetime and select without labels and with fixed labels (#22221)

fixes #18773 fixes #18761 fixes #18779
This commit is contained in:
Brandy Carney
2020-10-01 18:54:19 -04:00
committed by GitHub
parent 18fb8855e0
commit f42c688f46
7 changed files with 189 additions and 6 deletions

View File

@ -38,10 +38,6 @@
@include margin(0, 0, 0, 0);
}
:host-context(.item-select).label-floating {
@include transform(translate3d(0, 130%, 0));
}
:host-context(.item-has-focus).label-floating,
:host-context(.item-has-placeholder).label-floating,
:host-context(.item-has-value).label-floating {