Skip to content

Commit 1b85035

Browse files
vanessanschmittjelbourn
authored andcommitted
style(mdc chips) change cursor from pointer to default (#16543)
1 parent 5fb0dc6 commit 1b85035

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material-experimental/mdc-chips/chips.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
@include mdc-chip-set-core-styles($query: $mat-base-styles-query);
77
@include _noop-animation;
88

9+
.mat-mdc-chip {
10+
// MDC uses a pointer cursor
11+
cursor: default;
12+
}
913

1014
// The MDC chip styles related to hover and focus states are intertwined with the MDC ripple styles.
1115
// We currently don't use the MDC ripple due to size concerns, therefore we need to add some

0 commit comments

Comments
 (0)