mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
Prevent menus from opening while scrubbing
This commit is contained in:
parent
24dff158fa
commit
3780f8dbce
@ -777,6 +777,10 @@ easily in the skin designer. http://designer.videojs.com/
|
||||
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
|
||||
display: block;
|
||||
}
|
||||
/* prevent menus from opening while scrubbing (FF, IE) */
|
||||
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
|
||||
display: none;
|
||||
}
|
||||
.vjs-default-skin .vjs-menu-button ul li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user