Skip to content

Commit

Permalink
fix(form-field): delete top border from focus animation (#17885)
Browse files Browse the repository at this point in the history
Form field outline top border reduce its opacity during animation when focusing.
According to MDC examples this transition should be instant.

Fixes #17884
  • Loading branch information
jnavb authored and mmalerba committed Dec 29, 2019
1 parent 0b0d779 commit 09dc459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/material/form-field/form-field-outline.scss
Expand Up @@ -103,7 +103,6 @@ $mat-form-field-outline-subscript-padding:
.mat-form-field-outline-end,
.mat-form-field-outline-gap {
border-width: $mat-form-field-outline-thick-width;
transition: border-color 300ms $swift-ease-out-timing-function;
}
}

Expand Down

0 comments on commit 09dc459

Please sign in to comment.