Skip to content

Commit

Permalink
refactor(captions-setting): remove unused css from vjs-label
Browse files Browse the repository at this point in the history
- remove IE-specific code, refer to #7701 & #7708
- remove remaining code to hide labels, refer to #8101
  • Loading branch information
amtins committed May 29, 2023
1 parent f1558c6 commit c5fb0e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/css/components/_captions-settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,7 @@
}

.vjs-text-track-settings .vjs-label {
clip: rect(1px 1px 1px 1px); // for Internet Explorer
clip: rect(1px, 1px, 1px, 1px);
margin: 0 5px 5px 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}

.vjs-track-settings-controls button:focus,
Expand Down

0 comments on commit c5fb0e2

Please sign in to comment.