mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
New transition duration token for components
This commit is contained in:
parent
3be93fd584
commit
8b46ae3bd0
204 changed files with 464 additions and 221 deletions
|
@ -41,7 +41,7 @@ const theme = ({ dt }) => `
|
|||
height: ${dt('chip.remove.icon.size')};
|
||||
color: ${dt('chip.remove.icon.color')};
|
||||
border-radius: 50%;
|
||||
transition: outline-color ${dt('transition.duration')}, box-shadow ${dt('transition.duration')};
|
||||
transition: outline-color ${dt('chip.transition.duration')}, box-shadow ${dt('chip.transition.duration')};
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue