make comment toggle clickable

This commit is contained in:
Mouse Reeve 2020-11-09 16:27:45 -08:00
parent 82896e7d81
commit 68cb1612e2

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 %}