mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
tab navigation improved
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
role="tab"
|
||||
[routerLink]="option.routerLink"
|
||||
[queryParams]="option.params"
|
||||
[class.active]="(currentOption$ | async)?.id === option.id">
|
||||
[class.active]="(currentOption$ | async)?.id === option.id"
|
||||
role="link"
|
||||
tabindex="0">
|
||||
{{ option.label | translate }}
|
||||
</a>
|
||||
}
|
||||
|
Reference in New Issue
Block a user