Skip to content

Commit

Permalink
Replace routerLinkActive with [class.active] to ensure visibility of …
Browse files Browse the repository at this point in the history
…aria-current tag
  • Loading branch information
alexandrevryghem committed Feb 13, 2024
1 parent effa19f commit 0366e8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 class="comcol-browse-label h5">{{'browse.comcol.head' | translate}}</h2>
role="tab"
[routerLink]="option.routerLink"
[queryParams]="option.params"
routerLinkActive="active">{{ option.label | translate }}</a>
[class.active]="(currentOptionId$ | async) === option.id">{{ option.label | translate }}</a>
</div>
</div>

Expand Down

0 comments on commit 0366e8b

Please sign in to comment.