Skip to content

Commit

Permalink
SHIBUI-1332 Fixed a11y violation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jul 29, 2019
1 parent 5fee087 commit 25dc5a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 37 deletions.
48 changes: 13 additions & 35 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
[entity]="filter"
[definition]="definition"
(preview)="onPreview($event)"></metadata-configuration>
<button class="btn btn-link btn-sm" (click)="open = !open" [disabled]="isLast">
<button class="btn btn-link btn-sm" (click)="open = !open">
<i class="fa fa-chevron-up sr-hidden"></i>&nbsp;
<span translate="action.close">Close</span>
</button>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div *ngIf="configuration" id="configuration">
<div *ngIf="configuration">
<section *ngFor="let section of configuration.sections; let i = index;" class="mb-4">
<div class="config-group">
<div class="numbered-header d-flex justify-content-start bg-light align-items-center"
Expand Down

0 comments on commit 25dc5a5

Please sign in to comment.