1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00

pm-19325 / items in table focusable

This commit is contained in:
Alex
2025-08-28 11:47:18 -04:00
parent 029b3c8d91
commit f6209a7470

View File

@@ -37,8 +37,11 @@
<td
class="tw-cursor-pointer"
[ngClass]="{ 'tw-bg-primary-100': isDrawerIsOpenForThisRecord(row.applicationName) }"
[tabindex]="0"
role="button"
(click)="showAppAtRiskMembers(row.applicationName)"
(keypress)="showAppAtRiskMembers(row.applicationName)"
(keydown.enter)="showAppAtRiskMembers(row.applicationName)"
(keydown.space)="showAppAtRiskMembers(row.applicationName); $event.preventDefault()"
bitCell
>
<span>{{ row.applicationName }}</span>