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:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user