Skip to content

Commit

Permalink
@mister-ben updated menus to use default videojs font-family. closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored and gkatsev committed Jun 28, 2016
1 parent b6da0a7 commit 4355179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CHANGELOG
* @mister-ben added try catch to volume and playbackrate checks. Fixes #3315 ([view](https://github.com/videojs/video.js/pull/3320))
* @m14t removed unused loadEvent property in ControlBar options ([view](https://github.com/videojs/video.js/pull/3363))
* @bklava updated pt-BR language file ([view](https://github.com/videojs/video.js/pull/3373))
* @mister-ben updated menus to use default videojs font-family ([view](https://github.com/videojs/video.js/pull/3384))

--------------------

Expand Down
1 change: 1 addition & 0 deletions src/css/components/menu/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
display: block;
padding: 0; margin: 0;
overflow: auto;
font-family: $text-font-family;
}

// prevent menus from opening while scrubbing (FF, IE)
Expand Down

0 comments on commit 4355179

Please sign in to comment.