1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

safari fixes

This commit is contained in:
Alex
2025-09-17 11:06:26 -04:00
parent 5d8e8abbbf
commit f3d6a6ffa9
4 changed files with 6 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
<button
type="button"
class="tw-flex-1"
tabindex="0"
(click)="showOrgAtRiskMembers('allAppsOrgAtRiskMembers')"
>
<dirt-card
@@ -46,6 +47,7 @@
<button
type="button"
class="tw-flex-1"
tabindex="0"
(click)="showOrgAtRiskApps('allAppsOrgAtRiskApplications')"
>
<dirt-card

View File

@@ -38,7 +38,7 @@
[ngClass]="{ 'tw-bg-primary-100': isDrawerIsOpenForThisRecord(row.applicationName) }"
bitCell
>
<button type="button" (click)="showAppAtRiskMembers(row.applicationName)">
<button type="button" tabindex="0" (click)="showAppAtRiskMembers(row.applicationName)">
<span>{{ row.applicationName }}</span>
</button>
</td>

View File

@@ -47,6 +47,7 @@
<button
type="button"
class="tw-flex-1"
tabindex="0"
(click)="showOrgAtRiskMembers('criticalAppsAtRiskMembers')"
>
<dirt-card
@@ -64,6 +65,7 @@
<button
type="button"
class="tw-flex-1"
tabindex="0"
(click)="showOrgAtRiskApps('criticalAppsAtRiskApplications')"
>
<dirt-card

View File

@@ -21,6 +21,7 @@
bitButton
buttonType="secondary"
class="tw-border-none !tw-font-normal tw-cursor-pointer !tw-py-0"
tabindex="0"
[bitAction]="refreshData.bind(this)"
>
{{ "refresh" | i18n }}