1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

fix: all !important properties of vjs-lock-showing (#7312)

This commit is contained in:
Gary Katsevman 2021-07-06 15:42:24 -04:00 committed by GitHub
parent 3921b7febf
commit 508a424b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,8 +157,8 @@ body.vjs-full-window {
.vjs-lock-showing {
display: block !important;
opacity: 1;
visibility: visible;
opacity: 1 !important;
visibility: visible !important;
}
// This optional paragraph inside the video tag can provide a message to users