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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user