mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user