1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

fix(subs-caps-button): add wrapper CSS builder to subs caps button (#4156)

This commit is contained in:
Gary Katsevman 2017-03-02 17:53:57 -05:00 committed by GitHub
parent db901c54d9
commit e5af0a5e21

View File

@ -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
*