Skip to content

Commit

Permalink
MDL-79342: Remove '.muted' class instances
Browse files Browse the repository at this point in the history
  • Loading branch information
armccoy committed Sep 18, 2023
1 parent 88f4aaf commit 74fc0b3
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $(function () {
Hover over the links below to see tooltips:

<div class="bd-example tooltip-demo">
<p class="muted">Placeholder text to demonstrate some <a href="#" data-toggle="tooltip" title="Default tooltip">inline links</a> with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-toggle="tooltip" title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-toggle="tooltip" title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-toggle="tooltip" title="The last tip!">your own</a> site or project.
<p class="text-muted">Placeholder text to demonstrate some <a href="#" data-toggle="tooltip" title="Default tooltip">inline links</a> with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-toggle="tooltip" title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-toggle="tooltip" title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-toggle="tooltip" title="The last tip!">your own</a> site or project.
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions admin/tool/policy/templates/page_managedocs_list.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@
{{/indented}}
<div {{#indented}}style="margin-left: 24px" {{/indented}}>
<div>{{{name}}}</div>
<div class="text-muted, muted"><small>{{{typetext}}}, {{{audiencetext}}}, {{{optionaltext}}}</small></div>
<div class="text-muted"><small>{{{typetext}}}, {{{audiencetext}}}, {{{optionaltext}}}</small></div>
</div>
</td>
<td>
{{{statustext}}}
</td>
<td>
{{revision}}
<div class="text-muted, muted">
<div class="text-muted">
<small>
<time title="{{#str}} lastmodified, core {{/str}}" datetime="{{#userdate}} {{timemodified}}, %Y-%m-%dT%T%z {{/userdate}}">
{{#userdate}} {{timemodified}}, {{#str}} strftimedatetime, core_langconfig {{/str}} {{/userdate}}
Expand Down
6 changes: 3 additions & 3 deletions blocks/myoverview/templates/view-list.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
<div class="col-md-9 d-flex flex-column">
{{#showshortname}}
<div class="text-muted muted d-flex flex-wrap">
<div class="text-muted d-flex flex-wrap">
{{#showcoursecategory}}
<div class="pl-1 pr-1">|</div>
{{/showcoursecategory}}
Expand All @@ -69,7 +69,7 @@
{{{fullname}}}
</a>
{{#showcoursecategory}}
<div class="text-muted muted d-flex flex-wrap">
<div class="text-muted d-flex flex-wrap">
<span class="sr-only">
{{#str}}aria:coursecategory, core_course{{/str}}
</span>
Expand All @@ -84,7 +84,7 @@
</div>
{{/visible}}
{{#hasprogress}}
<div class="text-muted muted d-flex flex-wrap mt-auto">
<div class="text-muted d-flex flex-wrap mt-auto">
{{> block_myoverview/progress-bar}}
</div>
{{/hasprogress}}
Expand Down
4 changes: 2 additions & 2 deletions blocks/myoverview/templates/view-summary.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
<div class="col-md-9 d-flex flex-column">
{{#showshortname}}
<div class="text-muted muted d-flex flex-wrap">
<div class="text-muted d-flex flex-wrap">
{{#showcoursecategory}}
<div class="pl-1 pr-1">|</div>
{{/showcoursecategory}}
Expand Down Expand Up @@ -90,7 +90,7 @@
{{{summary}}}
</div>
{{#hasprogress}}
<div class="text-muted muted d-flex flex-wrap mt-auto">
<div class="text-muted d-flex flex-wrap mt-auto">
{{> block_myoverview/progress-bar}}
</div>
{{/hasprogress}}
Expand Down
2 changes: 1 addition & 1 deletion blocks/rss_client/templates/item.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

{{$content}}
{{#description}}
<div class="date text-muted muted mb-1">
<div class="date text-muted mb-1">
<small>{{{datepublished}}}</small>
</div>
<div class="description">
Expand Down
2 changes: 1 addition & 1 deletion course/templates/activityinstance.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{{/completionstatus.icon}}
</div>
<div class="col-sm-11 pl-0">
<span class="text-muted muted">{{{completionstatus.string}}}</span>
<span class="text-muted">{{{completionstatus.string}}}</span>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions course/templates/coursecard.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="d-flex align-items-start">
<div class="w-100 text-truncate">
{{#showshortname}}
<div class="text-muted muted d-flex mb-1 flex-wrap">
<div class="text-muted d-flex mb-1 flex-wrap">
<span class="sr-only">
{{#str}}aria:courseshortname, core_course{{/str}}
</span>
Expand All @@ -62,7 +62,7 @@
</span>
{{$coursename}}{{/coursename}}
</a>
<div class="text-muted muted d-flex flex-wrap">
<div class="text-muted d-flex flex-wrap">
{{$coursecategory}}{{/coursecategory}}
</div>
{{^visible}}
Expand Down
2 changes: 1 addition & 1 deletion course/templates/defaultactivitycompletion.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{{/completionstatus.icon}}
</div>
<div class="col-sm-11 pl-0">
<span class="text-muted muted">{{{completionstatus.string}}}</span>
<span class="text-muted">{{{completionstatus.string}}}</span>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions lib/form/templates/filetypes-browser.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{{#selectable}}
<input data-filetypesbrowserkey="{{key}}" type="checkbox" {{#selected}}checked{{/selected}}>
<strong data-filetypesname="{{key}}">{{name}}</strong>
<small class="muted" data-filetypesextensions="{{key}}">
<small class="text-muted" data-filetypesextensions="{{key}}">
{{ext}}
</small>
{{/selectable}}
Expand All @@ -109,7 +109,7 @@
<label>
<input data-filetypesbrowserkey="{{key}}" type="checkbox" {{#selected}}checked{{/selected}}>
<span data-filetypesname="{{key}}">{{name}}</span>
<small class="muted" data-filetypesextensions="{{key}}">
<small class="text-muted" data-filetypesextensions="{{key}}">
{{ext}}
</small>
</label>
Expand Down
2 changes: 1 addition & 1 deletion tag/templates/tagfeed.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</div>
{{/heading}}
{{#details}}
<div class="muted">
<div class="text-muted">
{{{details}}}
</div>
{{/details}}
Expand Down
2 changes: 1 addition & 1 deletion theme/boost/scss/moodle/undo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ li.activity.label,
* currently worked around in renderers.php function block{}
* by rewriting the class name "invisible" to "dimmed",
* though the blocks don't look particularly different apart
* from their contents disappearing. Maybe try .muted? or
* from their contents disappearing. Maybe try .text-muted? or
* dimming all the edit icons apart from unhide, might be a
* nice effect, though they'd still be active. Maybe reverse
* it to white?
Expand Down
2 changes: 1 addition & 1 deletion theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -35158,7 +35158,7 @@ li.activity.label,
* currently worked around in renderers.php function block{}
* by rewriting the class name "invisible" to "dimmed",
* though the blocks don't look particularly different apart
* from their contents disappearing. Maybe try .muted? or
* from their contents disappearing. Maybe try .text-muted? or
* dimming all the edit icons apart from unhide, might be a
* nice effect, though they'd still be active. Maybe reverse
* it to white?
Expand Down
2 changes: 1 addition & 1 deletion theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -35158,7 +35158,7 @@ li.activity.label,
* currently worked around in renderers.php function block{}
* by rewriting the class name "invisible" to "dimmed",
* though the blocks don't look particularly different apart
* from their contents disappearing. Maybe try .muted? or
* from their contents disappearing. Maybe try .text-muted? or
* dimming all the edit icons apart from unhide, might be a
* nice effect, though they'd still be active. Maybe reverse
* it to white?
Expand Down

0 comments on commit 74fc0b3

Please sign in to comment.