fix(chips): apply cursor styling

PiperOrigin-RevId: 561179456
This commit is contained in:
Material Web Team 2023-08-29 17:08:19 -07:00 committed by Copybara-Service
parent e15ab64524
commit 9389e26b68

View File

@ -20,6 +20,7 @@
border-end-end-radius: var(--_container-shape-end-end);
display: inline-flex;
height: var(--_container-height);
cursor: pointer;
@include ripple.theme(
(
@ -204,4 +205,9 @@
opacity: 1;
}
}
a,
button:not(:disabled) {
cursor: inherit;
}
}