kopia lustrzana https://github.com/wagtail/wagtail
Swap sr-only class for visuallyhidden, as sr-only is from bakerydemo css
rodzic
24899dddb8
commit
0c27528dda
|
|
@ -21,7 +21,7 @@
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<button class="comment-notifications-toggle-button" type="button">
|
<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" %}
|
{% icon name="chevron-down" class_name="comment-notifications-toggle-button__icon" %}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue