mirror of
https://github.com/videojs/video.js.git
synced 2025-07-17 01:42:41 +02:00
Moved to pure css slider handles
closes #2132 removed slider handle classes Got rid of left-over handle styles
This commit is contained in:
@ -169,12 +169,10 @@ test('should export useful components to the public', function () {
|
||||
ok(videojs.getComponent('SeekBar'), 'SeekBar should be public');
|
||||
ok(videojs.getComponent('LoadProgressBar'), 'LoadProgressBar should be public');
|
||||
ok(videojs.getComponent('PlayProgressBar'), 'PlayProgressBar should be public');
|
||||
ok(videojs.getComponent('SeekHandle'), 'SeekHandle should be public');
|
||||
ok(videojs.getComponent('VolumeControl'), 'VolumeControl should be public');
|
||||
ok(videojs.getComponent('VolumeBar'), 'VolumeBar should be public');
|
||||
ok(videojs.getComponent('VolumeLevel'), 'VolumeLevel should be public');
|
||||
ok(videojs.getComponent('VolumeMenuButton'), 'VolumeMenuButton should be public');
|
||||
ok(videojs.getComponent('VolumeHandle'), 'VolumeHandle should be public');
|
||||
ok(videojs.getComponent('MuteToggle'), 'MuteToggle should be public');
|
||||
ok(videojs.getComponent('PosterImage'), 'PosterImage should be public');
|
||||
ok(videojs.getComponent('Menu'), 'Menu should be public');
|
||||
|
Reference in New Issue
Block a user