You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/core): noop animations not applying to selector lists (#24904)
The way the `private-animation-noop` mixin was written meant that if it was included in a list of selectors, it would only be applied to the first selector in the list. This caused some animations in the MDC button not to be disabled.
These changes simplify the mixin, because the old approach was only relevant for on case in the progress spinner that we can write out manually instead.
(cherry picked from commit cc5326c)
0 commit comments