Skip to content

Commit

Permalink
feat(cosmoz-autocomplete): add css var to hide clear icon
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelagoffe committed Apr 30, 2024
1 parent 38f30ee commit 207a726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autocomplete/chip.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default css`
--cosmoz-autocomplete-chip-clear-stroke,
var(--cosmoz-autocomplete-chip-bg-color, #cbcfdb)
);
display: block;
display: var(--cosmoz-clear-icon-display, block);
flex: none;
}
.clear:hover {
Expand Down

0 comments on commit 207a726

Please sign in to comment.