Begin adding tooltip to text input module
This commit is contained in:
parent
3860bc40a6
commit
659edcd183
@ -106,4 +106,8 @@
|
||||
opacity: 1;
|
||||
transition: opacity .15s;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip-wrapper {
|
||||
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
|
||||
{% macro Tooltip(message) -%}
|
||||
|
||||
<span v-tooltip="{content: '{{message}}'}">
|
||||
<span class="tooltip-wrapper" v-tooltip="{content: '{{message}}'}">
|
||||
{{ Icon('help') }}
|
||||
</span>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user