1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 03:52:33 +00:00

Improve console accessibility (#2649)

This commit is contained in:
Pavlo Tkach
2025-01-25 19:47:53 -05:00
committed by GitHub
parent 653e092ad4
commit 8987fd37c2
30 changed files with 113 additions and 30 deletions

View File

@@ -19,6 +19,8 @@
*matRowDef="let row; columns: displayedColumns"
[class.rowSelected]="isRowSelected(row)"
(click)="onClick(row)"
(keyup.enter)="onClick(row)"
tabindex="0"
></mat-row>
</mat-table>
</div>