From 27ffa1e7478341c248938badd4cc3000ec583e21 Mon Sep 17 00:00:00 2001 From: hinakhadim Date: Wed, 20 Nov 2024 18:45:29 +0500 Subject: [PATCH] fix: upgrade header to v5.8.0 of openedx for sumac and make video icon visible on course about page --- tutorindigo/plugin.py | 10 +++++----- .../indigo/lms/static/sass/courseware/_about.scss | 3 +++ .../indigo/lms/static/sass/xblock/_xblock.scss | 12 ++++++++++++ 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/tutorindigo/plugin.py b/tutorindigo/plugin.py index 6a565cb35..43e24c7ba 100644 --- a/tutorindigo/plugin.py +++ b/tutorindigo/plugin.py @@ -110,7 +110,7 @@ def _override_openedx_docker_image( "mfe-dockerfile-post-npm-install-learning", """ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.1.1' -RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.1.4' +RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.2.1' RUN npm install @edly-io/indigo-frontend-component-footer@^2.0.0 COPY indigo/env.config.jsx /openedx/app/ @@ -128,7 +128,7 @@ def _override_openedx_docker_image( "mfe-dockerfile-post-npm-install-discussions", """ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.1.1' -RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.1.4' +RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.2.1' RUN npm install @edly-io/indigo-frontend-component-footer@^2.0.0 COPY indigo/env.config.jsx /openedx/app/ @@ -138,7 +138,7 @@ def _override_openedx_docker_image( "mfe-dockerfile-post-npm-install-learner-dashboard", """ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.1.1' -RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.1.4' +RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.2.1' RUN npm install @edly-io/indigo-frontend-component-footer@^2.0.0 COPY indigo/env.config.jsx /openedx/app/ @@ -148,7 +148,7 @@ def _override_openedx_docker_image( "mfe-dockerfile-post-npm-install-profile", """ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.1.1' -RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.1.4' +RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.2.1' RUN npm install @edly-io/indigo-frontend-component-footer@^2.0.0 COPY indigo/env.config.jsx /openedx/app/ @@ -158,7 +158,7 @@ def _override_openedx_docker_image( "mfe-dockerfile-post-npm-install-account", """ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.1.1' -RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.1.4' +RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.2.1' RUN npm install @edly-io/indigo-frontend-component-footer@^2.0.0 COPY indigo/env.config.jsx /openedx/app/ diff --git a/tutorindigo/templates/indigo/lms/static/sass/courseware/_about.scss b/tutorindigo/templates/indigo/lms/static/sass/courseware/_about.scss index e5732d2be..ae727313c 100644 --- a/tutorindigo/templates/indigo/lms/static/sass/courseware/_about.scss +++ b/tutorindigo/templates/indigo/lms/static/sass/courseware/_about.scss @@ -84,6 +84,9 @@ border-radius: 8px; border: 1px solid $primary-light; } + .play-intro{ + z-index: 10; + } } } } diff --git a/tutorindigo/templates/indigo/lms/static/sass/xblock/_xblock.scss b/tutorindigo/templates/indigo/lms/static/sass/xblock/_xblock.scss index 3babf6aba..2b67e6c12 100644 --- a/tutorindigo/templates/indigo/lms/static/sass/xblock/_xblock.scss +++ b/tutorindigo/templates/indigo/lms/static/sass/xblock/_xblock.scss @@ -265,6 +265,18 @@ } } } + #feedback-container{ + background: $body-bg-d; + border: 1px solid $text-color-d; + p{ + color: $text-color-d; + } + } + + .emoji-button{ + background-color: $body-bg-d; + } + .xblock.xmodule_display.xmodule_HtmlBlock .blue-text{color: $primary;} } .wrapper-problem-response { select {