Commit c4a1407
authored
fix(material/core): hide ripples inside drag&drop elements (#29184)
When we create previews and placeholders for the drag&drop module, we clone the DOM node in its current state. This means that if there are ripples, they'll be in the clone as well.
These changes add a default styles to hide the ripple in such cases since it'll never disappear.
Fixes #29159.1 parent 3dc01c1 commit c4a1407
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
0 commit comments