Fix hover for books with no cover

This commit is contained in:
Mouse Reeve 2020-04-05 17:08:47 -07:00
parent 26d9454ec3
commit 54ccd6ce47

View file

@ -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;
}