Accessibility fixes for tooltip
This commit is contained in:
parent
e38bc2fa63
commit
4d8399f068
@ -2,8 +2,8 @@
|
||||
|
||||
{% macro Tooltip(message,title='Help') -%}
|
||||
|
||||
<span class="icon-tooltip" v-tooltip.top="{content: '{{message}}'}">
|
||||
<button type="button" tabindex="0" class="icon-tooltip" v-tooltip.top="{content: '{{message}}', container: false}">
|
||||
{{ Icon('help') }}<span>{{ title }}</span>
|
||||
</span>
|
||||
</button>
|
||||
|
||||
{%- endmacro %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user