From b71683f20b0fa05972288ca3dc2ce3b39bd12dae Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 17 Nov 2025 10:57:09 +0800 Subject: [PATCH] MDL-87149 theme_boost: Remove the .feedback_is_dependent class It's no longer being used. So, just remove it. --- theme/boost/scss/moodle/modules.scss | 3 --- theme/boost/style/moodle.css | 3 --- theme/classic/style/moodle.css | 3 --- 3 files changed, 9 deletions(-) diff --git a/theme/boost/scss/moodle/modules.scss b/theme/boost/scss/moodle/modules.scss index ff68d17f738..af8998fb57c 100644 --- a/theme/boost/scss/moodle/modules.scss +++ b/theme/boost/scss/moodle/modules.scss @@ -1576,9 +1576,6 @@ $popout-header-height: 4rem; span.feedback_info { font-weight: bold; } - div.feedback_is_dependent { - background: $gray-600; - } span.feedback_depend { color: $danger; } diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index e818c1bd2ba..98602d01abd 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -35102,9 +35102,6 @@ img.userpicture { .path-mod-feedback span.feedback_info { font-weight: bold; } -.path-mod-feedback div.feedback_is_dependent { - background: #6a737b; -} .path-mod-feedback span.feedback_depend { color: #ca3120; } diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 3086bd45ca3..993e7ee96c9 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -35102,9 +35102,6 @@ img.userpicture { .path-mod-feedback span.feedback_info { font-weight: bold; } -.path-mod-feedback div.feedback_is_dependent { - background: #6a737b; -} .path-mod-feedback span.feedback_depend { color: #ca3120; }