Commit 356885e9 by alisan617

seq nav screen reader hidden

parent d497e194
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment