Skip to content

Commit aea2eb9

Browse files
docs(modals): focusable header (#724)
1 parent d524a66 commit aea2eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/modals/base/example.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export let Footless = (props) => (
268268
<Backdrop>
269269
<Modal aria-labelledby="modal-heading-01">
270270
<ModalHeader>
271-
<h1 id="modal-heading-01" className="slds-modal__title slds-hyphenate">
271+
<h1 id="modal-heading-01" className="slds-modal__title slds-hyphenate" tabindex="-1">
272272
Modal header
273273
</h1>
274274
</ModalHeader>

0 commit comments

Comments
 (0)