Remove tabindex from header-logo
This commit is contained in:
parent
3ab5b5b721
commit
1b744fe335
|
@ -26,8 +26,7 @@ if ($this->layout()->autorefreshInterval) {
|
||||||
array(
|
array(
|
||||||
'aria-hidden' => 'true',
|
'aria-hidden' => 'true',
|
||||||
'data-base-target' => '_main',
|
'data-base-target' => '_main',
|
||||||
'id' => 'header-logo',
|
'id' => 'header-logo'
|
||||||
'tabindex' => -1
|
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue