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 (angular#21495)
Fixes that the chip ripple wasn't being clipped to the border radius on Safari. This was fixed initially in angular#12244, but it seems to have regressed. Moving the `transform` to the ripple container seems to fix it.
- Loading branch information