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