Convert VideoModule to VideoBlock.
Some deprecated functionality has been removed: - Reading data field and transforms being applied in the init() method. - The source field. - The source_visible attribute.
This commit is contained in:
@@ -116,7 +116,7 @@ div.wrapper-comp-editor.is-inactive ~ div.launch-latex-compiler {
|
||||
// ====================
|
||||
|
||||
// xmodule editor tab font-weight override
|
||||
.xmodule_edit.xmodule_VideoDescriptor .editor-with-tabs .editor-tabs .inner_tab_wrap a.tab {
|
||||
.xmodule_edit.xmodule_VideoBlock .editor-with-tabs .editor-tabs .inner_tab_wrap a.tab {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -424,7 +424,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.xmodule_edit.xmodule_VideoDescriptor .editor-with-tabs {
|
||||
.xmodule_edit.xmodule_VideoBlock .editor-with-tabs {
|
||||
.edit-header {
|
||||
border: 0;
|
||||
background-color: $gray-l4;
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.xmodule_VideoDescriptor {
|
||||
.xmodule_VideoBlock {
|
||||
.wrapper-comp-settings.basic_metadata_edit {
|
||||
.list-input.settings-list {
|
||||
.field.comp-setting-entry {
|
||||
|
||||
Reference in New Issue
Block a user