1
0
Fork 0

Use bulma screen-reader-only class

This commit is contained in:
Mouse Reeve 2020-09-30 15:10:37 -07:00
parent ada6a79b1c
commit 982f734ce7
12 changed files with 22 additions and 30 deletions

View file

@ -12,7 +12,7 @@
<div class="level-right">
<a href="{{ book.id }}/edit">edit
<span class="icon icon-pencil">
<span class="hidden-text">Edit Book</span>
<span class="is-sr-only">Edit Book</span>
</span>
</a>
</div>