Remove tabindex
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 23 Jul 2019 19:19:37 +0000 (15:19 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 23 Jul 2019 19:19:37 +0000 (15:19 -0400)
not sure why that was there

views/ui/f6/text.html

index 65c2212..edc01c4 100644 (file)
@@ -26,7 +26,7 @@
         <div class="grid-x grid-margin-x">
             <div class="cell small-12">
                 {if isset($ui.tip)}
-                    <span style="float:right;" data-tooltip aria-haspopup="true" class="has-tip" data-disable-hover="false" tabindex=1 title="{$ui.tip}">?</span>
+                    <span style="float:right;" data-tooltip aria-haspopup="true" class="has-tip" data-disable-hover="false" title="{$ui.tip}">?</span>
                 {/if}
                 <label for="{$ui.field}" class="{if $ui.required} glm-required{/if} glm-f6-ui-field-label">{$ui.label}</label>
             </div>