mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Chip item pt fixes
This commit is contained in:
parent
13107cc7c0
commit
66bd931082
17 changed files with 72 additions and 72 deletions
|
@ -13,8 +13,8 @@ export enum MultiSelectClasses {
|
|||
root = 'p-multiselect',
|
||||
labelContainer = 'p-multiselect-label-container',
|
||||
label = 'p-multiselect-label',
|
||||
chip = 'p-multiselect-chip',
|
||||
pcChipLabel = 'p-multiselect-chip-label',
|
||||
chipItem = 'p-multiselect-chip-item',
|
||||
pcChip = 'p-multiselect-chip',
|
||||
chipIcon = 'p-multiselect-chip-icon',
|
||||
dropdown = 'p-multiselect-dropdown',
|
||||
loadingIcon = 'p-multiselect-loading-icon',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue