mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-29 22:31:29 +01:00
Fix linting (#13088)
This commit is contained in:
parent
c3bb76bee0
commit
146939bcf7
@ -2,7 +2,7 @@
|
||||
#btn
|
||||
type="button"
|
||||
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"
|
||||
[attr.aria-selected]="isActive"
|
||||
[attr.tabindex]="isActive ? 0 : -1"
|
||||
|
Loading…
Reference in New Issue
Block a user