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; }