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="{
content: $t(`contribution.category.description.${category.slug}`),
placement: 'bottom-start',
delay: { show: 500 },
delay: { show: 1500 },
}"
>
{{ $t(`contribution.category.name.${category.slug}`) }}

View File

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

View File

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

View File

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