mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
upgrade codelyzer and enable a11y rules (#1391)
* upgrade codelyzer and enable a11y rules * a11y fixes
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
role="link"
|
||||
*ngIf="isFile"
|
||||
(click)="showPreview($event)"
|
||||
(keyup.enter)="showPreview($event)"
|
||||
class="link"
|
||||
>
|
||||
{{ name$ | async }}
|
||||
@@ -13,6 +14,7 @@
|
||||
role="link"
|
||||
*ngIf="!isFile"
|
||||
(click)="navigate($event)"
|
||||
(keyup.enter)="navigate($event)"
|
||||
class="bold link"
|
||||
>
|
||||
{{ name$ | async }}
|
||||
|
Reference in New Issue
Block a user