From c47f672238a8333d8058b107963b155fc49b4c36 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 2 May 2021 06:59:47 -0700 Subject: [PATCH] Removes aria-hidden from covers --- bookwyrm/templates/snippets/book_cover.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bookwyrm/templates/snippets/book_cover.html b/bookwyrm/templates/snippets/book_cover.html index 8967ff570..5f12858f6 100644 --- a/bookwyrm/templates/snippets/book_cover.html +++ b/bookwyrm/templates/snippets/book_cover.html @@ -13,10 +13,6 @@ {% endif %} " - {% if aria != "show" %} - aria-hidden="true" - {% endif %} - {% if book.alt_text %} title="{{ book.alt_text }}" {% endif %}