Skip to content

Commit 45788a7

Browse files
fix(styles/material): add 'mdc-chip__icon' hover styling
1 parent 5dec07a commit 45788a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/material.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
color: var(--on-background-4);
128128
}
129129

130+
.mdc-chip__icon:hover {
131+
color: var(--on-background-5);
132+
}
133+
130134
.mdc-chip__checkmark-path {
131135
stroke: var(--on-background);
132136
}

0 commit comments

Comments
 (0)