1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

Decrease tooltip delay

This commit is contained in:
McMatts 2019-03-13 15:15:12 +00:00
parent c5fc0f93e0
commit ca1e281775
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{{#if tooltip}}
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}}
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
{{/if}}
{{yield}}

View file

@ -1,4 +1,4 @@
{{label}}
{{#if tooltip}}
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}}
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
{{/if}}

View file

@ -1,4 +1,4 @@
{{yield}}
{{#if tooltip}}
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}}
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
{{/if}}

View file

@ -1,3 +1,3 @@
{{#if tooltip}}
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}}
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
{{/if}}