Skip to content

Commit

Permalink
Merged in A11y/shibui-260 (pull request #45)
Browse files Browse the repository at this point in the history
A11y/shibui-260: Removed tabindex from 'Add Certificate' button on the key info form for accessibility requirements

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Jodie Muramoto authored and rmathis committed Apr 3, 2018
2 parents 0fb4400 + 6e44fbb commit 68068aa
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 68068aa

Please sign in to comment.