Skip to content

Commit

Permalink
fix: chip has text cursor even though text is not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula committed Mar 18, 2024
1 parent fe86efb commit 10392c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autocomplete/chip.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default css`
min-width: 40px;
padding: 0 4px 0 8px;
gap: 4px;
cursor: pointer;
}
.content {
color: var(--cosmoz-autocomplete-chip-color, #424242);
Expand Down

0 comments on commit 10392c8

Please sign in to comment.