Skip to content

Commit

Permalink
108588: Fixed accessibility issues on ds-comcol-page-browse-by
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevryghem committed Feb 6, 2024
1 parent 6497a15 commit ff55646
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ <h2 class="comcol-browse-label h5">{{'browse.comcol.head' | translate}}</h2>
<nav class="comcol-browse mb-4" aria-label="Browse Community or Collection">
<div class="d-none d-sm-block">

<div class="list-group list-group-horizontal">
<div class="list-group list-group-horizontal" role="tablist">
<a *ngFor="let option of allOptions"
[attr.aria-current]="(currentOptionId$ | async) === option.id"
class="list-group-item"
role="tab"
[routerLink]="option.routerLink"
[queryParams]="option.params"
routerLinkActive="active">{{ option.label | translate }}</a>
Expand Down

0 comments on commit ff55646

Please sign in to comment.