Fix tabindex

This commit is contained in:
mauriziovitale84 2016-07-20 12:13:39 +01:00
parent aace840889
commit c0cad35372

View File

@ -39,7 +39,7 @@
</span> </span>
</div> </div>
<br> <br>
<button type="submit" id="login-button" <button type="submit" id="login-button" tabindex="3"
class="center mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--colored" class="center mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--colored"
data-automation-id="login-button" [disabled]="!form.valid">{{'LOGIN.BUTTON.LOGIN' | translate }}</button> data-automation-id="login-button" [disabled]="!form.valid">{{'LOGIN.BUTTON.LOGIN' | translate }}</button>
<br> <br>