mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactored skeleton
This commit is contained in:
parent
141adf6177
commit
8ad4d107a5
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ const classes = {
|
||||||
'p-skeleton p-component',
|
'p-skeleton p-component',
|
||||||
{
|
{
|
||||||
'p-skeleton-circle': props.shape === 'circle',
|
'p-skeleton-circle': props.shape === 'circle',
|
||||||
'p-skeleton-none': props.animation === 'none'
|
'p-skeleton-animation-none': props.animation === 'none'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-skeleton-none::after {
|
.p-skeleton-animation-none::after {
|
||||||
animation: none;
|
animation: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue