mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-22 05:46:19 +00:00
Fix hover for books with no cover
This commit is contained in:
parent
26d9454ec3
commit
54ccd6ce47
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue