Only show pointer on thumbnails and videos
This commit is contained in:
parent
8c0de635ff
commit
3c235a62e3
1 changed files with 7 additions and 3 deletions
|
@ -13,10 +13,10 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,6 +37,10 @@
|
|||
&:not(.card__media--nsfw) {
|
||||
background-color: var(--color-black);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.content__view,
|
||||
|
|
Loading…
Add table
Reference in a new issue