mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +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">
|
<header class="section-header" ng-controller="HeaderController as header">
|
||||||
<button class="button button-link"
|
<button class="button button-link"
|
||||||
ng-click="header.openHelpPage()"
|
ng-click="header.openHelpPage()"
|
||||||
tabindex="-1">
|
tabindex="4">
|
||||||
<span tabindex="4" class="glyphicon glyphicon-question-sign"></span>
|
<span class="glyphicon glyphicon-question-sign"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="button button-link"
|
<button class="button button-link"
|
||||||
ui-sref="settings"
|
ui-sref="settings"
|
||||||
hide-if-state="settings"
|
hide-if-state="settings"
|
||||||
tabindex="-1">
|
tabindex="5">
|
||||||
<span tabindex="5" class="glyphicon glyphicon-cog"></span>
|
<span class="glyphicon glyphicon-cog"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="button button-link"
|
<button class="button button-link"
|
||||||
tabindex="-1"
|
tabindex="5"
|
||||||
ui-sref="main"
|
ui-sref="main"
|
||||||
show-if-state="settings">
|
show-if-state="settings">
|
||||||
<span tabindex="5" class="glyphicon glyphicon-chevron-left"></span> Back
|
<span class="glyphicon glyphicon-chevron-left"></span> Back
|
||||||
</button>
|
</button>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user