Skip to content

Commit

Permalink
fix(timeline): remove aria-current announcement
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Bogdanov <bbogdanov@vmware.com>
  • Loading branch information
bbogdanov authored and ashleyryan committed Sep 21, 2022
1 parent a94caa0 commit bbad9ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions projects/angular/src/timeline/timeline-step.ts
Expand Up @@ -17,12 +17,7 @@ import { ClrTimelineStepTitle } from './timeline-step-title';
<ng-content select="clr-timeline-step-header"></ng-content>
<span class="clr-sr-only">{{ stepTitleText }}</span>
<ng-container *ngIf="!isProcessing; else processing">
<cds-icon
[attr.status]="iconStatus"
[attr.shape]="iconShape"
[attr.aria-label]="iconAriaLabel"
[attr.aria-current]="iconAriaCurrent"
></cds-icon>
<cds-icon [attr.status]="iconStatus" [attr.shape]="iconShape" [attr.aria-label]="iconAriaLabel"> </cds-icon>
</ng-container>
<div class="clr-timeline-step-body">
<ng-content select="clr-timeline-step-title"></ng-content>
Expand Down

0 comments on commit bbad9ee

Please sign in to comment.