Swap sr-only class for visuallyhidden, as sr-only is from bakerydemo css

pull/7130/head
jacobtoppm 2021-04-28 10:23:06 +01:00 zatwierdzone przez Matt Westcott
rodzic 24899dddb8
commit 0c27528dda
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@
</label>
<button class="comment-notifications-toggle-button" type="button">
<span class="sr-only">{% trans "Toggle visibility of comment notifications dropdown" %}</span>
<span class="visuallyhidden">{% trans "Toggle visibility of comment notifications dropdown" %}</span>
{% icon name="chevron-down" class_name="comment-notifications-toggle-button__icon" %}
</button>