File tree Expand file tree Collapse file tree
templates/Symbiote/GridFieldExtensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $SearchForm
2020 <li class=" page-item" >
2121 <a class=" page-link" href=" $Items.PrevLink" >
2222 <span aria-hidden=" true" >« </span>
23- <span class=" sr-only " ><%t GridFieldExtensions.PREVIOUS " Previous" %></span>
23+ <span class=" visually-hidden " ><%t GridFieldExtensions.PREVIOUS " Previous" %></span>
2424 </a>
2525 </li>
2626 <% end_if %>
@@ -29,7 +29,7 @@ $SearchForm
2929 <% if $CurrentBool %>
3030 <li class=" page-item active" >
3131 <a class=" page-link" href=" #" >
32- $PageNum <span class=" sr-only " ><%t GridFieldExtensions.CURRENT " (current)" %></span>
32+ $PageNum <span class=" visually-hidden " ><%t GridFieldExtensions.CURRENT " (current)" %></span>
3333 </a>
3434 </li>
3535 <% else_if $Link %>
@@ -48,7 +48,7 @@ $SearchForm
4848 <% if $Items.NotLastPage %>
4949 <a class=" page-link" href=" $Items.NextLink" >
5050 <span aria-hidden=" true" >» </span>
51- <span class=" sr-only " ><%t GridFieldExtensions.Next " Next" %></span>
51+ <span class=" visually-hidden " ><%t GridFieldExtensions.Next " Next" %></span>
5252 </a>
5353 <%end_if %>
5454 </ul>
You can’t perform that action at this time.
0 commit comments