Skip to content

Commit

Permalink
A11y/shibui-260: Removed tabindex from 'Add Certificate' button on th…
Browse files Browse the repository at this point in the history
…e key info form for accessibility requirements
  • Loading branch information
Jodie Muramoto committed Mar 30, 2018
1 parent d6737d0 commit 6e44fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<fieldset class="col form-section">
<p>
<ng-container i18n="@@label--x509-certificates">X509 Certificates:</ng-container>
<button class="btn btn-success btn-sm" (click)="addCert()" [disabled]="!(hasCert$ | async)" i18n="@@action--add-certificate" tabindex="1" aria-label="Add certificate to accordion group" role="button">Add Certificate</button>
<button class="btn btn-success btn-sm" (click)="addCert()" [disabled]="!(hasCert$ | async)" i18n="@@action--add-certificate" aria-label="Add certificate to accordion group" role="button">Add Certificate</button>
</p>
<div formArrayName="x509Certificates" class="bg-light border rounded p-4" *ngIf="x509Certificates.length">
<ul class="list-group" aria-label="x509 Certificates accordion" tabindex="0" role="presentation">
Expand Down

0 comments on commit 6e44fbb

Please sign in to comment.