Skip to content

Commit 2e378a9

Browse files
committed
fix(material/select): remove color transition w/ no animations module
* Related to PR #29870
1 parent c37f29e commit 2e378a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/select/select.scss

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ div.mat-mdc-select-panel {
178178
@include token-utils.create-token-slot(color, placeholder-text-color);
179179
}
180180

181+
.mat-form-field-no-animations &,
181182
._mat-animation-noopable & {
182183
transition: none;
183184
}

0 commit comments

Comments
 (0)