mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Remove tabindex from skip to content jump link
This commit is contained in:
parent
1b744fe335
commit
4251e758a7
@ -9,10 +9,10 @@ if (! $this->auth()->isAuthenticated()) {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="skip-links">
|
<div class="skip-links">
|
||||||
<h1 class="sr-only"><?= t('Accessibility Skip Links'); ?></h1>
|
<h1 class="sr-only"><?= t('Accessibility Skip Links') ?></h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a tabindex="0" href="#main"><?= t('Skip to Content'); ?></a>
|
<a href="#main"><?= t('Skip to Content') ?></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<?= $this->layout()->autoRefreshForm ?>
|
<?= $this->layout()->autoRefreshForm ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user