forked from hazza/dspace-angular
Replace routerLinkActive with [class.active] to ensure visibility of aria-current tag
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
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>
|
||||
|
||||
|
Reference in New Issue
Block a user