Skip to content

Commit

Permalink
@mmcc fixed an issue with text track hiding introduced in #1681. closes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc authored and heff committed Jan 22, 2015
1 parent 67c4eed commit 78e95e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CHANGELOG
* @brycefisher Added a guide on player disposal ([view](https://github.com/videojs/video.js/pull/1803))
* @toniher added a Catalan translation ([view](https://github.com/videojs/video.js/pull/1794))
* @mmcc added a VERSION key to the videojs object ([view](https://github.com/videojs/video.js/pull/1798))
* @mmcc fixed an issue with text track hiding introduced in #1681 ([view](https://github.com/videojs/video.js/pull/1804))

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

Expand Down
1 change: 0 additions & 1 deletion src/css/video-js.less
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,6 @@ body.vjs-full-window {

/* Individual tracks */
.video-js .vjs-text-track {
display: none;
font-size: 1.4em;
text-align: center;
margin-bottom: 0.1em;
Expand Down

0 comments on commit 78e95e1

Please sign in to comment.