Skip to content

Commit 027c3ad

Browse files
committedJan 11, 2025·
fix(material/select): remove color transition w/ no animations module (#30304)
* Related to PR #29870 (cherry picked from commit d8d3987)
1 parent 781e91e commit 027c3ad

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)