From 54ccd6ce47818541ac75afbcf342d241e740ed9f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 5 Apr 2020 17:08:47 -0700 Subject: [PATCH] Fix hover for books with no cover --- fedireads/static/format.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedireads/static/format.css b/fedireads/static/format.css index 0edad7017..747bcd4b9 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -516,7 +516,7 @@ dd { .covers-shelf .cover-container:last-child { margin-right: 0; } -.covers-shelf img:hover { +.covers-shelf .book-cover:hover { cursor: pointer; box-shadow: #F3FFBD 0em 0em 1em 1em; }