Hide the css-hidden link to extend the timeline from screen readers as well
This commit is contained in:
parent
be293f5e49
commit
cebaa47aa9
|
@ -129,7 +129,7 @@ $extrapolatedCircleWidth = $timeline->getExtrapolatedCircleWidth($timeInfo[1][$g
|
|||
</div>
|
||||
<?php $firstRow = false; ?>
|
||||
<?php endforeach ?>
|
||||
<a id="end" href="<?= Url::fromRequest()->remove(
|
||||
<a aria-hidden="true" id="end" href="<?= Url::fromRequest()->remove(
|
||||
array(
|
||||
'raw_timestamp<',
|
||||
'raw_timestamp>'
|
||||
|
|
Loading…
Reference in New Issue