Skip to content

Commit

Permalink
fix(chip): disabled attribute prevents click event.
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Nov 28, 2023
1 parent d501ddd commit 2dba006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chips/internal/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
);
}

:host([touch-target='wrapper']) {
margin: max(0px, (48px - var(--_container-height)) / 2) 0;
}

:host([disabled]) {
pointer-events: none;
}

:host([touch-target='wrapper']) {
margin: max(0px, (48px - var(--_container-height)) / 2) 0;
}

md-focus-ring {
@include focus-ring.theme(
(
Expand Down

0 comments on commit 2dba006

Please sign in to comment.