Merge pull request #1566 from DaniNz/continue-issue-1564

Show hand pointer when hovering over anywhere on video.
This commit is contained in:
Sean Yesmunt 2018-06-10 21:45:29 -04:00 committed by GitHub
commit 1c844f25b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,10 @@
position: absolute;
top: 0;
left: 0;
&:hover {
cursor: pointer;
}
}
}