forked from e621ng/e621ng
Prevent accidentally tabbing to dtext help link
This commit is contained in:
parent
4772962caf
commit
3ff17973a2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user