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