MDL-67277 forum: Do not display discussion topics in bold

The topics are now inside a table header cell, which shows them in bold
by default.
This commit is contained in:
David Mudrák
2019-12-03 20:36:05 +01:00
parent 91a28c219a
commit 33eadfeccb
3 changed files with 13 additions and 0 deletions
+7
View File
@@ -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;
+3
View File
@@ -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; }
+3
View File
@@ -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; }