1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09: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}} {{#if tooltip}}
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}} {{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
{{/if}} {{/if}}
{{yield}} {{yield}}

View file

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

View file

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

View file

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