File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $mat-input-underline-disabled-background-image:
14
14
// Applies a floating placeholder above the input itself.
15
15
@mixin mat-input-placeholder-floating {
16
16
display : block ;
17
- transform : translateY ( -1.35em ) scale ($mat-input-floating-placeholder-scale-factor );
17
+ transform : translate3d ( 0 , -1.35em , 0 ) scale ($mat-input-floating-placeholder-scale-factor );
18
18
width : 100% / $mat-input-floating-placeholder-scale-factor ;
19
19
}
20
20
@@ -143,7 +143,7 @@ $mat-input-underline-disabled-background-image:
143
143
text-overflow : ellipsis ;
144
144
overflow : hidden ;
145
145
146
- transform : translateY ( 0 );
146
+ transform : translate3d ( 0 , 0 , 0 );
147
147
transform-origin : bottom left ;
148
148
transition : transform $swift-ease-out-duration $swift-ease-out-timing-function ,
149
149
color $swift-ease-out-duration $swift-ease-out-timing-function ,
You can’t perform that action at this time.
0 commit comments