We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252db25 commit eba7641Copy full SHA for eba7641
src/lib/input/input-container.scss
@@ -203,13 +203,10 @@ $mat-input-underline-disabled-background-image:
203
width: 100%;
204
transform-origin: top;
205
opacity: 0;
206
- transform: scaleY(0);
207
- transition: transform $swift-ease-out-duration $swift-ease-out-timing-function,
208
- opacity $swift-ease-out-duration $swift-ease-out-timing-function;
+ transition: opacity $swift-ease-out-duration $swift-ease-out-timing-function;
209
210
.mat-focused & {
211
opacity: 1;
212
- transform: scaleY(1);
213
}
214
215
0 commit comments