Unverified Commit a79be0b0 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3291317 by immaculatexavier, mherchel, Janner, longwave: Views Mini...

Issue #3291317 by immaculatexavier, mherchel, Janner, longwave: Views Mini Pager's next button labeled "Previous" for screen readers in Olivero

(cherry picked from commit eb2d361e)
(cherry picked from commit e37c1a6d)
(cherry picked from commit 721355ce)
parent c381152e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        {% apply spaceless %}
          <li class="pager__item pager__item--control pager__item--next">
            <a href="{{ items.next.href }}" class="pager__link" title="{{ 'Go to next page'|t }}" rel="next"{{ items.next.attributes|without('href', 'title', 'rel') }}>
              <span class="visually-hidden">{{ 'Previous page'|t }}</span>
              <span class="visually-hidden">{{ 'Next page'|t }}</span>
              {% include "@olivero/../images/pager-previous.svg" %}
            </a>
          </li>