Merge pull request #334 from mouse-reeve/comment-form

More interactive clickable elements
This commit is contained in:
Mouse Reeve
2020-11-10 12:48:45 -08:00
committed by GitHub
2 changed files with 11 additions and 3 deletions

View File

@ -33,7 +33,11 @@
{% if request.user.is_authenticated %}
<label class="button is-small" for="show-comment-{{ status.id }}">
<span class="icon icon-comment"><span class="is-sr-only">Comment</span></span>
<div role="button" tabindex="0">
<span class="icon icon-comment">
<span class="is-sr-only">Comment</span>
</span>
</div>
</label>
{% include 'snippets/boost_button.html' with status=status %}
{% include 'snippets/fav_button.html' with status=status %}