Commit afd6e1a
committed
fix(material/chips): set correct cursor on interactive chips (#26171)
We were always setting the `mdc-evolution-chip__action--presentational` class on the primary chip action to avoid some very specific `:hover` styles from MDC, but the side effect was the correct cursor wasn't being applied to the action anymore.
With the new token-based API we don't generate the `:hover` styles at all so we can re-add the class and fix the cursor.
Fixes #26050.
(cherry picked from commit 33f704c)1 parent 0a617d6 commit afd6e1a
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
0 commit comments