We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e321ae commit 0e1e33bCopy full SHA for 0e1e33b
src/material-experimental/mdc-chips/chips.scss
@@ -9,6 +9,8 @@
9
.mat-mdc-chip {
10
// MDC uses a pointer cursor
11
cursor: default;
12
+ // Needed to prevent mat-ripple from escaping the chip
13
+ overflow: hidden;
14
}
15
16
// The MDC chip styles related to hover and focus states are intertwined with the MDC ripple styles.
0 commit comments