diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue index 12118666f6..eb5364e226 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue @@ -331,7 +331,7 @@ transition: background-color ease 500ms; .highlight & { - background-color: #e3f0ed; + background-color: var(--v-greenHighlightBackground-base); } &__action, diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue index 597acad49b..9df7c448f1 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue @@ -433,7 +433,7 @@ return ''; } - const masteryModel = this.node.extra_fields.type; + const masteryModel = this.node.extra_fields.mastery_model; if (!masteryModel) { return this.defaultText; } else if (masteryModel === MasteryModelsNames.M_OF_N) { diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/edit/DetailsTabView.vue b/contentcuration/contentcuration/frontend/channelEdit/components/edit/DetailsTabView.vue index 2862a8bf4b..68a851828b 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/edit/DetailsTabView.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/edit/DetailsTabView.vue @@ -14,12 +14,13 @@ - +

{{ $tr('basicInfoHeader') }}