Skip to content

Commit 7abeaaa

Browse files
committed
fixup! refactor(material/chips): switch to lazy ripple rendering
1 parent 3efa872 commit 7abeaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/chips/chip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
}
185185

186186
// The ripple container should match the bounds of the entire chip.
187-
.mat-ripple.mat-mdc-chip-ripple {
187+
.mat-mdc-chip .mat-ripple.mat-mdc-chip-ripple {
188188
@include layout-common.fill;
189189

190190
// Disable pointer events for the ripple container and state overlay because the container

0 commit comments

Comments
 (0)