Refactored skeleton
parent
141adf6177
commit
8ad4d107a5
|
@ -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…
Reference in New Issue