Remove branding related code from video xblock. (#37491)

* chore: remove branding related code from video_block class as it is stop being used, we have plan to remove the specialized VIDEO_CDN_URL in the next phase as after removing URL nothing will reference the branding code so we're removing it first.
This commit is contained in:
salmannawaz
2025-11-01 09:22:45 +05:00
committed by GitHub
parent 7cd4170ca7
commit 7f0375b6b9
4 changed files with 5 additions and 42 deletions

View File

@@ -78,7 +78,7 @@
.xmodule_display.xmodule_VideoBlock .video .wrapper-video-bottom-section .wrapper-download-video,
.xmodule_display.xmodule_VideoBlock .video .wrapper-video-bottom-section .wrapper-download-transcripts,
.xmodule_display.xmodule_VideoBlock .video .wrapper-video-bottom-section .wrapper-handouts,
.xmodule_display.xmodule_VideoBlock .video .wrapper-video-bottom-section .branding,
.xmodule_display.xmodule_VideoBlock .video .wrapper-video-bottom-section ,
.xmodule_display.xmodule_VideoBlock .video .wrapper-video-bottom-section .wrapper-transcript-feedback {
margin-top: var(--baseline, 20px);
padding-right: var(--baseline, 20px);
@@ -118,11 +118,11 @@
padding-left: 4px;
}
.xmodule_display.xmodule_VideoBlock .video .wrapper-downloads .branding {
.xmodule_display.xmodule_VideoBlock .video .wrapper-downloads {
padding-right: 0;
}
.xmodule_display.xmodule_VideoBlock .video .wrapper-downloads .branding .host-tag {
.xmodule_display.xmodule_VideoBlock .video .wrapper-downloads .host-tag {
position: absolute;
left: -9999em;
display: inline-block;
@@ -130,7 +130,7 @@
color: var(--body-color, #313131);
}
.xmodule_display.xmodule_VideoBlock .video .wrapper-downloads .branding .brand-logo {
.xmodule_display.xmodule_VideoBlock .video .wrapper-downloads .brand-logo {
display: inline-block;
max-width: 100%;
max-height: calc((var(--baseline, 20px) * 2));