mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactored shadow token name
This commit is contained in:
parent
944e68d548
commit
18ecd1af94
39 changed files with 65 additions and 65 deletions
|
@ -11,7 +11,7 @@ const theme = ({ dt }) => `
|
|||
transition: background-color ${dt('transition.duration')}, color ${dt('transition.duration')}, border-color ${dt('transition.duration')}, outline-color ${dt('transition.duration')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
outline-color: transparent;
|
||||
box-shadow: ${dt('multiselect.box.shadow')};
|
||||
box-shadow: ${dt('multiselect.shadow')};
|
||||
}
|
||||
|
||||
.p-multiselect:not(.p-disabled):hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue