Show hand pointer when hovering over anywhere on video. #1566
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