MDL-73142 filepicker: improved contrast in allowed file types list

Changed bootstrap class from text-muted to text-dark to bring the
contrast of listed file extensions above the Level AA pass mark.
This commit is contained in:
Susanna Zanatta
2021-11-24 16:31:04 +00:00
parent 318dbbcb88
commit 10eac8c81e
@@ -50,7 +50,7 @@
{{#hasdescriptions}}
<ul class="list-unstyled unstyled">
{{#descriptions}}
<li>{{description}} <small class="text-muted muted">{{extensions}}</small></li>
<li>{{description}} <small class="text-dark">{{extensions}}</small></li>
{{/descriptions}}
</ul>
{{/hasdescriptions}}