mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Remove tabindex from header-logo
This commit is contained in:
parent
3ab5b5b721
commit
1b744fe335
@ -26,8 +26,7 @@ if ($this->layout()->autorefreshInterval) {
|
||||
array(
|
||||
'aria-hidden' => 'true',
|
||||
'data-base-target' => '_main',
|
||||
'id' => 'header-logo',
|
||||
'tabindex' => -1
|
||||
'id' => 'header-logo'
|
||||
)
|
||||
); ?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user