From d771a0188ed6ad4618724a098d5e012413afcdf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Mart=C3=ADn?= Date: Thu, 24 Oct 2024 15:47:10 +0200 Subject: [PATCH] MDL-80303 theme_boost: Remove unused/unneded course SCSS - Remove unused/unneeded styles in course.scss - The .activity-wrapper class and its related SCSS styles are not needed anymore after MDL-77863 was integrated. --- .../format/templates/local/content.mustache | 13 +- .../local/content/frontpagesection.mustache | 2 +- .../templates/local/content/section.mustache | 3 +- .../local/content/section/cmitem.mustache | 2 +- theme/boost/scss/moodle/course.scss | 775 +++++------------- theme/boost/style/moodle.css | 616 ++++---------- theme/classic/style/moodle.css | 616 ++++---------- 7 files changed, 551 insertions(+), 1476 deletions(-) diff --git a/course/format/templates/local/content.mustache b/course/format/templates/local/content.mustache index 9d9336c865872..0dd3cdb861834 100644 --- a/course/format/templates/local/content.mustache +++ b/course/format/templates/local/content.mustache @@ -53,7 +53,8 @@ "id": 35, "header": { "name": "Section title", - "url": "#" + "url": "#", + "headinglevel": 3 }, "cmlist": { "cms": [ @@ -83,7 +84,8 @@ "id": 36, "header": { "name": "Section 2 title", - "url": "#" + "url": "#", + "headinglevel": 3 }, "cmlist": { "cms": [ @@ -139,7 +141,8 @@ "id": 37, "header": { "name": "Single Section Example", - "url": "#" + "url": "#", + "headinglevel": 3 }, "cmlist": { "cms": [ @@ -169,7 +172,7 @@

{{{title}}}

{{{completionhelp}}} -
{{/showsettings}}
-