Adjust tooltips for accessibility

This commit is contained in:
luis cielak
2018-08-13 14:13:47 -04:00
parent 8f50fd2651
commit 88092a7892
6 changed files with 27 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
<fieldset class="usa-input__choices {% if inline %}usa-input__choices--inline{% endif %}">
<legend>
<div>
<div class="usa-input__title">
{{ field.label | striptags}}
{% if tooltip %}{{ Tooltip(tooltip) }}{% endif %}
</div>