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 2f49bdb commit dde81e6Copy full SHA for dde81e6
src/lib/form-field/form-field.scss
@@ -175,8 +175,8 @@ $mat-form-field-default-infix-width: 180px !default;
175
opacity: 1;
176
transform: scaleX(1);
177
transition: transform 300ms $swift-ease-out-timing-function,
178
- opacity 100ms $swift-ease-out-timing-function,
179
- background-color 300ms $swift-ease-out-timing-function;
+ opacity 100ms $swift-ease-out-timing-function,
+ background-color 300ms $swift-ease-out-timing-function;
180
}
181
182
0 commit comments