Skip to content

Commit

Permalink
Fix disabling of menu to work with f82a3d1 change.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenEdwards committed Mar 8, 2016
1 parent d98d20e commit d5c79f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/components/menu/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

// prevent menus from opening while disabled
.vjs-menu-button.vjs-disabled:hover .vjs-menu {
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
display: none;
}

Expand Down

0 comments on commit d5c79f3

Please sign in to comment.