Prevent accidentally tabbing to dtext help link

This commit is contained in:
Kira 2020-01-02 08:40:31 -08:00
parent 4772962caf
commit 3ff17973a2

View File

@ -10,5 +10,5 @@
<% end %>
<div id="<%= preview_id %>" class="dtext-preview styled-dtext"></div>
</div>
<span class="hint">All text is formatted using <%= link_to "DText", help_page_path(id: "dtext"), :target => "_blank" %></span>
<span class="hint">All text is formatted using <%= link_to "DText", help_page_path(id: "dtext"), :target => "_blank", tabindex: "-1" %></span>
</div>