From bf49b61ebb96dbb0eb672d7e43f1efbbb18039d6 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. --- public/theme/boost/scss/moodle/modules.scss | 3 --- public/theme/boost/style/moodle.css | 3 --- public/theme/classic/style/moodle.css | 3 --- 3 files changed, 9 deletions(-) diff --git a/public/theme/boost/scss/moodle/modules.scss b/public/theme/boost/scss/moodle/modules.scss index 865f8013228..57c2716f346 100644 --- a/public/theme/boost/scss/moodle/modules.scss +++ b/public/theme/boost/scss/moodle/modules.scss @@ -1549,9 +1549,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/public/theme/boost/style/moodle.css b/public/theme/boost/style/moodle.css index dd5a6bffb80..9fe854d050b 100644 --- a/public/theme/boost/style/moodle.css +++ b/public/theme/boost/style/moodle.css @@ -36918,9 +36918,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/public/theme/classic/style/moodle.css b/public/theme/classic/style/moodle.css index b215c819d2d..5243d24fa8a 100644 --- a/public/theme/classic/style/moodle.css +++ b/public/theme/classic/style/moodle.css @@ -36918,9 +36918,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; }