change delay of category tooltip to 1500

This commit is contained in:
Moriz Wahl 2022-09-15 10:04:26 +02:00
parent ba9a6fd750
commit 64153ea9e3
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
v-tooltip="{ v-tooltip="{
content: $t(`contribution.category.description.${category.slug}`), content: $t(`contribution.category.description.${category.slug}`),
placement: 'bottom-start', placement: 'bottom-start',
delay: { show: 500 }, delay: { show: 1500 },
}" }"
> >
{{ $t(`contribution.category.name.${category.slug}`) }} {{ $t(`contribution.category.name.${category.slug}`) }}

View File

@ -20,7 +20,7 @@
v-tooltip="{ v-tooltip="{
content: $t(`contribution.category.description.${category.slug}`), content: $t(`contribution.category.description.${category.slug}`),
placement: 'bottom-start', placement: 'bottom-start',
delay: { show: 500 }, delay: { show: 1500 },
}" }"
/> />
</li> </li>

View File

@ -33,7 +33,7 @@
v-tooltip="{ v-tooltip="{
content: $t(`contribution.category.name.${category.slug}`), content: $t(`contribution.category.name.${category.slug}`),
placement: 'bottom-start', placement: 'bottom-start',
delay: { show: 500 }, delay: { show: 1500 },
}" }"
:icon="category.icon" :icon="category.icon"
/> />

View File

@ -57,7 +57,7 @@
v-tooltip="{ v-tooltip="{
content: $t(`contribution.category.description.${category.slug}`), content: $t(`contribution.category.description.${category.slug}`),
placement: 'bottom-start', placement: 'bottom-start',
delay: { show: 500 }, delay: { show: 1500 },
}" }"
/> />
</div> </div>