Commit 356885e9 by alisan617

seq nav screen reader hidden

parent d497e194
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</div> </div>
% endif % endif
<div class="sequence-nav"> <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 class="icon fa fa-chevron-prev" aria-hidden="true"></span>
<span>${_('Previous')}</span> <span>${_('Previous')}</span>
</button> </button>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
% endfor % endfor
</ol> </ol>
</nav> </nav>
<button class="sequence-nav-button button-next"> <button class="sequence-nav-button button-next" aria-hidden="true">
<span>${_('Next')}</span> <span>${_('Next')}</span>
<span class="icon fa fa-chevron-next" aria-hidden="true"></span> <span class="icon fa fa-chevron-next" aria-hidden="true"></span>
</button> </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