Commit aac55cb7 authored by Alex Verbruggen's avatar Alex Verbruggen Committed by Sohail Lajevardi
Browse files

Issue #3275666 by alexverb: Bootstrap 5 sr-only replaced by visually-hidden

parent 7f7961bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  {% if links %}
    <button type="button" class="btn btn-sm btn-outline-dark dropdown-toggle {{ split ? 'dropdown-toggle-split' }}" data-bs-toggle="dropdown">
      {% if split %}
        <span class="sr-only">{{ 'Toggle Dropdown'|t }}</span>
        <span class="visually-hidden">{{ 'Toggle Dropdown'|t }}</span>
      {% else %}
        {{ button }}
      {% endif %}