1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Fix linting (#13088)

This commit is contained in:
Oscar Hinton
2025-01-27 17:34:27 +01:00
committed by GitHub
parent c3bb76bee0
commit 146939bcf7

View File

@@ -2,7 +2,7 @@
#btn #btn
type="button" type="button"
role="tab" role="tab"
class="tw-h-6 tw-w-6 tw-p-0 tw-flex tw-items-center tw-justify-center tw-border-2 tw-border-solid tw-rounded-full tw-transition tw-bg-transparent tw-border-transparent focus-visible:tw-outline-none focus-visible:tw-border-primary-600" class="tw-size-6 tw-p-0 tw-flex tw-items-center tw-justify-center tw-border-2 tw-border-solid tw-rounded-full tw-transition tw-bg-transparent tw-border-transparent focus-visible:tw-outline-none focus-visible:tw-border-primary-600"
[ngClass]="dynamicClasses" [ngClass]="dynamicClasses"
[attr.aria-selected]="isActive" [attr.aria-selected]="isActive"
[attr.tabindex]="isActive ? 0 : -1" [attr.tabindex]="isActive ? 0 : -1"