mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 04:03:29 +00:00
safari fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user