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:
parent
c5fc0f93e0
commit
ca1e281775
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{{#if tooltip}}
|
||||
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}}
|
||||
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
|
||||
{{/if}}
|
||||
{{yield}}
|
|
@ -1,4 +1,4 @@
|
|||
{{label}}
|
||||
{{#if tooltip}}
|
||||
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}}
|
||||
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
|
||||
{{/if}}
|
|
@ -1,4 +1,4 @@
|
|||
{{yield}}
|
||||
{{#if tooltip}}
|
||||
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}}
|
||||
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
|
||||
{{/if}}
|
|
@ -1,3 +1,3 @@
|
|||
{{#if tooltip}}
|
||||
{{#attach-tooltip showDelay=1000}}{{tooltip}}{{/attach-tooltip}}
|
||||
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
|
||||
{{/if}}
|
Loading…
Add table
Add a link
Reference in a new issue