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