Show hand pointer when hovering over anywhere on video thumbnail and when the video is paused or playing.
This commit is contained in:
parent
edba3b0192
commit
8c0de635ff
1 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,10 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
// Video thumbnail with play/download button
|
||||
|
@ -33,10 +37,6 @@
|
|||
&:not(.card__media--nsfw) {
|
||||
background-color: var(--color-black);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.content__view,
|
||||
|
|
Loading…
Add table
Reference in a new issue