disable pointer if fullscreen and inactive mouse and playing

This commit is contained in:
tuxfoo 2020-01-09 17:19:04 +13:00 committed by Jeremy Kauffman
parent bfc581cbda
commit 5584096da2

View file

@ -35,10 +35,14 @@
height: 100%; height: 100%;
object-fit: contain; object-fit: contain;
} }
video { video {
cursor: pointer; cursor: pointer;
} }
.video-js.vjs-fullscreen.vjs-user-inactive.vjs-playing {
video {
cursor: none;
}
}
} }
.file-render__viewer--document { .file-render__viewer--document {