Fix videoJS progress bar hover flicker

This commit is contained in:
Cadence Ember 2020-06-17 04:50:23 +12:00
parent c2e9e1d222
commit eb97868465
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 2 additions and 2 deletions

View File

@ -1815,8 +1815,8 @@ video::-webkit-media-text-track-display {
}
.video-js .vjs-progress-control:hover {
height: 1em;
top: -1em
height: 1.25em;
top: -0.95em
}
.video-js .vjs-control-bar {