Skip to content

Commit

Permalink
fix(subs-caps-button): add wrapper CSS builder to subs caps button (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Mar 2, 2017
1 parent db901c5 commit e5af0a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/control-bar/text-track-controls/subs-caps-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class SubsCapsButton extends TextTrackButton {
return `vjs-subs-caps-button ${super.buildCSSClass()}`;
}

buildWrapperCSSClass() {
return `vjs-subs-caps-button ${super.buildWrapperCSSClass()}`;
}

/**
* Update caption menu items
*
Expand Down

0 comments on commit e5af0a5

Please sign in to comment.