mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-64143 message: make message drawer contacts bold
This commit is contained in:
parent
c092f75791
commit
dea0c9dcdf
@ -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"
|
||||
|
@ -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}}
|
||||
|
@ -647,3 +647,7 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.font-weight-bold {
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
@ -22392,3 +22392,6 @@ ul.indented-list {
|
||||
.dir-ltr .dir-ltr-hide {
|
||||
display: none;
|
||||
}
|
||||
.font-weight-bold {
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user