Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information