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…
Reference in New Issue