Skip to content

Commit

Permalink
Revert "fix(FEC-14080): Accessibility fix for the top bar and the bot…
Browse files Browse the repository at this point in the history
…tom bar" (#792)

Reverts #790
  • Loading branch information
SivanA-Kaltura authored Sep 8, 2024
1 parent b2c2de0 commit 2915d79
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ const CONTAINER_CLASS_NAME: string = 'playkit-container';
*/
const POSTER_CLASS_NAME: string = 'playkit-poster';

/**
* The video filter class name.
* @type {string}
* @const
*/
const VIDEO_FILTER_CLASS_NAME: string = 'playkit-video-filter';

/**
* The engine class name.
* @type {string}
Expand Down Expand Up @@ -1810,10 +1803,6 @@ export default class Player extends FakeEventTarget {
* @returns {void}
*/
private _appendDomElements(): void {
// Append playkit-video-filter
const videoFilter = Utils.Dom.createElement('div');
Utils.Dom.addClassName(videoFilter, VIDEO_FILTER_CLASS_NAME);
Utils.Dom.appendChild(this._el, videoFilter);
// Append playkit-black-cover
this._blackCoverEl = Utils.Dom.createElement('div');
Utils.Dom.addClassName(this._blackCoverEl, BLACK_COVER_CLASS_NAME);
Expand Down

0 comments on commit 2915d79

Please sign in to comment.