Show hand pointer when hovering over anywhere on video. #1566
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue