Skip to content

Commit

Permalink
MDL-67277 forum: Do not display discussion topics in bold
Browse files Browse the repository at this point in the history
The topics are now inside a table header cell, which shows them in bold
by default.
  • Loading branch information
mudrd8mz committed Dec 3, 2019
1 parent 91a28c2 commit 33eadfe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions theme/boost/scss/moodle/modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -16262,6 +16262,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; }

Expand Down
3 changes: 3 additions & 0 deletions theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -16531,6 +16531,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; }

Expand Down

0 comments on commit 33eadfe

Please sign in to comment.