mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Remove shadows
This commit is contained in:
parent
c51fae9bd4
commit
43fe926163
32 changed files with 144 additions and 144 deletions
|
@ -57,7 +57,7 @@ describe('customized timeline', () => {
|
|||
`,
|
||||
marker: `
|
||||
<template #marker="slotProps">
|
||||
<span class="custom-marker shadow-2" :style="{backgroundColor: slotProps.item.color}">
|
||||
<span class="custom-marker" :style="{backgroundColor: slotProps.item.color}">
|
||||
<i :class="slotProps.item.icon"></i>
|
||||
</span>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue