From def1df77a4e6581184b53c4b85f8bf6be23e9ed6 Mon Sep 17 00:00:00 2001 From: Vanessa Schmitt Date: Tue, 16 Jul 2019 14:41:46 -0700 Subject: [PATCH] style(mdc chips) change cursor from pointer to default --- src/material-experimental/mdc-chips/chips.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/material-experimental/mdc-chips/chips.scss b/src/material-experimental/mdc-chips/chips.scss index 9e3521ab0dd4..07553ca642d9 100644 --- a/src/material-experimental/mdc-chips/chips.scss +++ b/src/material-experimental/mdc-chips/chips.scss @@ -6,6 +6,10 @@ @include mdc-chip-set-core-styles($query: $mat-base-styles-query); @include _noop-animation; +.mat-mdc-chip { + // MDC uses a pointer cursor + cursor: default; +} // The MDC chip styles related to hover and focus states are intertwined with the MDC ripple styles. // We currently don't use the MDC ripple due to size concerns, therefore we need to add some