disable pointer if fullscreen and inactive mouse and playing
This commit is contained in:
parent
bfc581cbda
commit
5584096da2
1 changed files with 5 additions and 1 deletions
|
@ -35,10 +35,14 @@
|
|||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
video {
|
||||
cursor: pointer;
|
||||
}
|
||||
.video-js.vjs-fullscreen.vjs-user-inactive.vjs-playing {
|
||||
video {
|
||||
cursor: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.file-render__viewer--document {
|
||||
|
|
Loading…
Add table
Reference in a new issue