Skip to content
Snippets Groups Projects
Commit 55f47460 authored by alisan617's avatar alisan617 Committed by GitHub
Browse files

Merge pull request #14332 from edx/alisan/sr-sequence-nav-TNL-5918

Hide previous next buttons in sequence nav from screen reader
parents c80f700e 356885e9
No related merge requests found
......@@ -13,7 +13,7 @@
</div>
% endif
<div class="sequence-nav">
<button class="sequence-nav-button button-previous">
<button class="sequence-nav-button button-previous" aria-hidden="true">
<span class="icon fa fa-chevron-prev" aria-hidden="true"></span>
<span>${_('Previous')}</span>
</button>
......@@ -41,7 +41,7 @@
% endfor
</ol>
</nav>
<button class="sequence-nav-button button-next">
<button class="sequence-nav-button button-next" aria-hidden="true">
<span>${_('Next')}</span>
<span class="icon fa fa-chevron-next" aria-hidden="true"></span>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment