1
0
Fork 0

Make copy button screen reader friendly

revert last commit because prettier was run with the wrong version
This reverts commit 5d3883c9a0.
This commit is contained in:
axiomizer 2023-08-01 22:11:31 -04:00
parent 5d3883c9a0
commit 3ca36fef4d
2 changed files with 12 additions and 10 deletions

View file

@ -9,7 +9,9 @@
<dd itemprop="isbn" class="mr-1" id="isbn_content">{{ book.isbn_13 }}</dd>
<div>
<button class="button is-small" data-copywithtooltip data-content-id="isbn_content" data-tooltip-id="isbn_tooltip">
<span class="icon icon-copy" title="{% trans "Copy ISBN" %}"></span>
<span class="icon icon-copy" title="{% trans "Copy ISBN" %}">
<span class="is-sr-only">{% trans "Copy ISBN" %}</span>
</span>
</button>
<span class="copy-tooltip" id="isbn_tooltip">{% trans "Copied ISBN!" %}</span>
</div>