Fix hover for books with no cover
This commit is contained in:
parent
26d9454ec3
commit
54ccd6ce47
@ -516,7 +516,7 @@ dd {
|
|||||||
.covers-shelf .cover-container:last-child {
|
.covers-shelf .cover-container:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
.covers-shelf img:hover {
|
.covers-shelf .book-cover:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: #F3FFBD 0em 0em 1em 1em;
|
box-shadow: #F3FFBD 0em 0em 1em 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user