Skip to content

Commit

Permalink
fix(material/select): remove color transition w/ no animations module (
Browse files Browse the repository at this point in the history
…#30304)

* Related to PR #29870
  • Loading branch information
wagnermaciel authored Jan 11, 2025
1 parent 86a96c9 commit d8d3987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ div.mat-mdc-select-panel {
@include token-utils.create-token-slot(color, placeholder-text-color);
}

.mat-form-field-no-animations &,
._mat-animation-noopable & {
transition: none;
}
Expand Down

0 comments on commit d8d3987

Please sign in to comment.