mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
fix: prevent control bar clicks/taps with while user inactive (#7329)
This commit is contained in:
parent
e90ae32fec
commit
2ad4d60dac
@ -25,6 +25,9 @@
|
||||
// Remain visible for screen reader and keyboard users
|
||||
visibility: visible;
|
||||
opacity: 0;
|
||||
// prevent a click/tap from interacting with vjs-lock-showing menu's
|
||||
// or other controls while we are inactive/hidden
|
||||
pointer-events: none;
|
||||
|
||||
$trans: visibility 1.0s, opacity 1.0s;
|
||||
@include transition($trans);
|
||||
|
Loading…
x
Reference in New Issue
Block a user