From 2e378a99bdbab18c4793002ef10d2323780370f0 Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Fri, 10 Jan 2025 12:36:16 -0500 Subject: [PATCH] fix(material/select): remove color transition w/ no animations module * Related to PR #29870 --- src/material/select/select.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/material/select/select.scss b/src/material/select/select.scss index 9f8e740fd283..787b0ca12234 100644 --- a/src/material/select/select.scss +++ b/src/material/select/select.scss @@ -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; }