-
+ {{! The firstpost and starter classes below aren't used for anything other than to identify the first post in behat. }}
+ {{! The forumthread class is only added for behat. }}
{{#replies}}
{{> mod_forum/forum_discussion_threaded_post }}
diff --git a/theme/boost/scss/moodle/modules.scss b/theme/boost/scss/moodle/modules.scss
index ae0d3a40070..d8677bc2c8b 100644
--- a/theme/boost/scss/moodle/modules.scss
+++ b/theme/boost/scss/moodle/modules.scss
@@ -97,6 +97,13 @@ select {
}
}
+ .discussion-list {
+ .topic {
+ // Do not use the default bold style for the table headings.
+ font-weight: inherit;
+ }
+ }
+
// Style for the forum subscription mode node.
.subscriptionmode {
color: $body-color;
diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css
index 1f6778271a3..98be0ffaf48 100644
--- a/theme/boost/style/moodle.css
+++ b/theme/boost/style/moodle.css
@@ -16265,6 +16265,9 @@ select {
.path-mod-forum .forumheaderlist .discussion .lastpost {
vertical-align: top; }
+.path-mod-forum .discussion-list .topic {
+ font-weight: inherit; }
+
.path-mod-forum .subscriptionmode {
color: #373a3c; }
diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css
index 2b347c5403b..18e3946f45d 100644
--- a/theme/classic/style/moodle.css
+++ b/theme/classic/style/moodle.css
@@ -16534,6 +16534,9 @@ select {
.path-mod-forum .forumheaderlist .discussion .lastpost {
vertical-align: top; }
+.path-mod-forum .discussion-list .topic {
+ font-weight: inherit; }
+
.path-mod-forum .subscriptionmode {
color: #373a3c; }