Begin adding tooltip to text input module
This commit is contained in:
@@ -107,3 +107,7 @@
|
||||
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>
|
||||
|
||||
|
Reference in New Issue
Block a user