mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
New tokens for input chips
This commit is contained in:
parent
b8f400ac05
commit
4c0c3b8140
8 changed files with 58 additions and 12 deletions
|
@ -180,7 +180,7 @@ const theme = ({ dt }) => `
|
|||
.p-autocomplete-input-multiple .p-chip {
|
||||
padding-top: calc(${dt('autocomplete.padding.y')} / 2);
|
||||
padding-bottom: calc(${dt('autocomplete.padding.y')} / 2);
|
||||
border-radius: calc(${dt('autocomplete.border.radius')} - calc(${dt('autocomplete.padding.y')} / 2));
|
||||
border-radius: ${dt('autocomplete.chip.border.radius')};
|
||||
}
|
||||
|
||||
.p-autocomplete-input-multiple:has(.p-chip) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue