MDL-85112 message: correct use of class to hide element content.

This commit is contained in:
Paul Holden 2025-04-04 17:07:25 +01:00
parent a83b1500bb
commit 24dfa3007c
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -52,7 +52,7 @@
data-region="count-container"
>
<span aria-hidden="true">{{unreadcount}}</span>
<span class="visually-hidden" id="unread-messages-count-{{uniqid}}">{{#str}} unreadconversations, core_message, {{unreadcount}} {{/str}}</span>
<span class="sr-only" id="unread-messages-count-{{uniqid}}">{{#str}} unreadconversations, core_message, {{unreadcount}} {{/str}}</span>
</div>
</a>
{{> core_message/message_jumpto }}