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/chips): ripple not clipped on safari (#21495)
Fixes that the chip ripple wasn't being clipped to the border radius on Safari. This was
fixed initially in #12244, but it seems to have regressed. Moving the `transform` to the
ripple container seems to fix it.
(cherry picked from commit 73dde84)
0 commit comments