From eaf6f66828ec3bdbc80e007e674d561b410cdd0e Mon Sep 17 00:00:00 2001 From: Saad Yousaf Date: Fri, 7 Feb 2025 12:54:13 +0500 Subject: [PATCH] fix: styling fix for course optimizer legacy tool link --- cms/static/sass/elements/_header.scss | 3 +-- cms/templates/widgets/header.html | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cms/static/sass/elements/_header.scss b/cms/static/sass/elements/_header.scss index 61abb5002a..c17338acad 100644 --- a/cms/static/sass/elements/_header.scss +++ b/cms/static/sass/elements/_header.scss @@ -388,8 +388,7 @@ body.course.view-export-git .nav-course-tools-export-git, body.course.view-team .nav-library-settings .title, body.course.view-team .nav-library-settings-team, body.course.view-checklists .nav-course-tools .title, -body.course.view-checklists .nav-course-tools-checklists, -.nav-course-tools-optimizer { +body.course.view-checklists .nav-course-tools-checklists { color: theme-color("primary"); a { diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index c71f49775a..941fe8d5e6 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -244,7 +244,7 @@ % endif % if export_mfe_enabled: - % endif @@ -257,7 +257,7 @@ ${_("Checklists")} % if optimizer_enabled: - % endif