Skip to content

Commit

Permalink
fix(chips): apply cursor styling
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561179456
  • Loading branch information
material-web-copybara authored and Copybara-Service committed Aug 30, 2023
1 parent e15ab64 commit 9389e26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chips/internal/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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(
(
Expand Down Expand Up @@ -204,4 +205,9 @@
opacity: 1;
}
}

a,
button:not(:disabled) {
cursor: inherit;
}
}

0 comments on commit 9389e26

Please sign in to comment.