Skip to content

Commit

Permalink
Merge branch 'MDL-64143-master' of https://github.com/ryanwyllie/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Jan 30, 2019
2 parents 3679f3b + dea0c9d commit f091971
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion message/templates/message_drawer_contacts_list.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{{#showonlinestatus}}
<span class="contact-status {{#isonline}}online{{/isonline}}"></span>
{{/showonlinestatus}}
<h6 class="ml-2" data-region="searchable">{{fullname}}</h6>
<h6 class="ml-2 font-weight-bold" data-region="searchable">{{fullname}}</h6>
<div
class="ml-auto align-self-end {{^isblocked}}hidden{{/isblocked}}"
data-region="block-icon-container"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
aria-hidden="true"
style="height: 38px"
>
<h6 class="ml-2" data-region="searchable">{{fullname}}</h6>
<h6 class="ml-2 font-weight-bold" data-region="searchable">{{fullname}}</h6>
{{#isblocked}}
<div class="ml-auto align-self-end">
{{#pix}} t/block, core, {{#str}} contactblocked, message {{/str}} {{/pix}}
Expand Down
4 changes: 4 additions & 0 deletions theme/bootstrapbase/less/moodle/bs4-compat.less
Original file line number Diff line number Diff line change
Expand Up @@ -647,3 +647,7 @@
display: none;
}
}

.font-weight-bold {
font-weight: 700 !important;
}
3 changes: 3 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -22394,3 +22394,6 @@ ul.indented-list {
.dir-ltr .dir-ltr-hide {
display: none;
}
.font-weight-bold {
font-weight: 700 !important;
}

0 comments on commit f091971

Please sign in to comment.