mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
Merge pull request #2022 from resin-io/fix-linter-tabindex-button
fix: move tabindex attrs to button from within
This commit is contained in:
commit
41a694e4a4
@ -13,22 +13,22 @@
|
||||
<header class="section-header" ng-controller="HeaderController as header">
|
||||
<button class="button button-link"
|
||||
ng-click="header.openHelpPage()"
|
||||
tabindex="-1">
|
||||
<span tabindex="4" class="glyphicon glyphicon-question-sign"></span>
|
||||
tabindex="4">
|
||||
<span class="glyphicon glyphicon-question-sign"></span>
|
||||
</button>
|
||||
|
||||
<button class="button button-link"
|
||||
ui-sref="settings"
|
||||
hide-if-state="settings"
|
||||
tabindex="-1">
|
||||
<span tabindex="5" class="glyphicon glyphicon-cog"></span>
|
||||
tabindex="5">
|
||||
<span class="glyphicon glyphicon-cog"></span>
|
||||
</button>
|
||||
|
||||
<button class="button button-link"
|
||||
tabindex="-1"
|
||||
tabindex="5"
|
||||
ui-sref="main"
|
||||
show-if-state="settings">
|
||||
<span tabindex="5" class="glyphicon glyphicon-chevron-left"></span> Back
|
||||
<span class="glyphicon glyphicon-chevron-left"></span> Back
|
||||
</button>
|
||||
</header>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user