Show hand pointer when hovering over anywhere on video thumbnail and when the video is paused or playing.

This commit is contained in:
Daniela Narvaez 2018-06-08 17:09:51 -03:00
parent edba3b0192
commit 8c0de635ff

View file

@ -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,