upgrade codelyzer and enable a11y rules (#1391)

* upgrade codelyzer and enable a11y rules

* a11y fixes
This commit is contained in:
Denys Vuika
2020-03-30 11:09:57 +01:00
committed by GitHub
parent 9b78cd28d1
commit 8e5345b717
8 changed files with 168 additions and 34 deletions

View File

@@ -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 }}