diff --git a/frontend-tools/video-js/src/utils/EndScreenHandler.js b/frontend-tools/video-js/src/utils/EndScreenHandler.js index f223e569..679317b3 100644 --- a/frontend-tools/video-js/src/utils/EndScreenHandler.js +++ b/frontend-tools/video-js/src/utils/EndScreenHandler.js @@ -86,13 +86,6 @@ export class EndScreenHandler { const progressControl = controlBar.getChild('progressControl'); if (progressControl) { progressControl.show(); - progressControl.el().style.backgroundColor = 'rgba(0, 0, 0, 0.8)'; - - // Also style the progress holder for seamless look - const progressHolder = progressControl.el().querySelector('.vjs-progress-holder'); - if (progressHolder) { - progressHolder.style.backgroundColor = 'rgba(0, 0, 0, 0.6)'; - } } } }