Skip to content

Commit

Permalink
fix(components/chips): disabled chips should not be interactive #000
Browse files Browse the repository at this point in the history
  • Loading branch information
ickisIckis committed Aug 13, 2024
1 parent b4a853e commit 2fc3358
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/components/src/lib/components/chips/chips.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
display: inline-flex;
width: 100%;

:host-context(.disabled) {
pointer-events: none;
}

&.single-line:not(:empty) {
margin-bottom: 8px;
}

.chips-list {
width: 100%;
padding: 0 12px 12px 0px;
Expand Down

0 comments on commit 2fc3358

Please sign in to comment.