Skip to content

Commit ac6829d

Browse files
DialogPrimitiveBody - revert change to tabindex (HDS-5585) (#3350)
1 parent d9c1879 commit ac6829d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.changeset/heavy-impalas-call.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/components/src/components/hds/dialog-primitive/body.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Copyright (c) HashiCorp, Inc.
33
SPDX-License-Identifier: MPL-2.0
44
}}
5-
<div class="hds-dialog-primitive__body {{@contextualClass}}" tabindex="-1" ...attributes>
5+
<div class="hds-dialog-primitive__body {{@contextualClass}}" tabindex="0" ...attributes>
66
{{yield}}
77
</div>

0 commit comments

Comments
 (0)