1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL-806] Use header as autofocus target for dialog component (#17336)

This commit is contained in:
Vicki League
2025-11-12 09:20:25 -05:00
committed by GitHub
parent 6aff1c4998
commit 2762d46c34

View File

@@ -20,7 +20,9 @@
bitDialogTitleContainer
bitTypography="h3"
noMargin
class="tw-text-main tw-mb-0 tw-line-clamp-2 tw-text-ellipsis tw-break-words"
class="tw-text-main tw-mb-0 tw-line-clamp-2 tw-text-ellipsis tw-break-words focus-visible:tw-outline-none"
cdkFocusInitial
tabindex="-1"
>
{{ title() }}
@if (subtitle(); as subtitleText) {