Skip to content

Commit 09dc459

Browse files
jnavbmmalerba
authored andcommitted
fix(form-field): delete top border from focus animation (#17885)
Form field outline top border reduce its opacity during animation when focusing. According to MDC examples this transition should be instant. Fixes #17884
1 parent 0b0d779 commit 09dc459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/form-field/form-field-outline.scss

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ $mat-form-field-outline-subscript-padding:
103103
.mat-form-field-outline-end,
104104
.mat-form-field-outline-gap {
105105
border-width: $mat-form-field-outline-thick-width;
106-
transition: border-color 300ms $swift-ease-out-timing-function;
107106
}
108107
}
109108

0 commit comments

Comments
 (0)