From 195b14b3d9e2da2dae17e2d770d9926f157ecc26 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 | 437 ++---------------- theme/boost/style/moodle.css | 363 ++------------- theme/classic/style/moodle.css | 363 ++------------- 7 files changed, 134 insertions(+), 1049 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}}
-