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 d0db71f commit 7192b37Copy full SHA for 7192b37
src/material/chips/_m3-chip.scss
@@ -49,7 +49,7 @@
49
chip-selected-label-text-color: map.get($system, on-secondary-container),
50
chip-selected-trailing-action-state-layer-color: map.get($system, on-secondary-container),
51
chip-selected-trailing-icon-color: map.get($system, on-secondary-container),
52
- // The parent chips will show hover state as well so need stronger hover styling here
+ // Parent chips will show focus/hover state as well so need stronger focus/hover styling here
53
chip-trailing-action-focus-state-layer-opacity:
54
calc(map.get($system, focus-state-layer-opacity) * 2),
55
chip-trailing-action-hover-state-layer-opacity:
0 commit comments