Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit dcb12a7

Browse files
author
Marcy Sutton
committed
fix(dialog): remove dialog wrapper from tab order
Closes #2712
1 parent 666630c commit dcb12a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dialog/dialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function MdDialogProvider($$interimElementProvider) {
392392
return {
393393
template: [
394394
'<md-dialog md-theme="{{ dialog.theme }}" aria-label="{{ dialog.ariaLabel }}">',
395-
'<md-dialog-content role="document" tabIndex="0">',
395+
'<md-dialog-content role="document" tabIndex="-1">',
396396
'<h2 class="md-title">{{ dialog.title }}</h2>',
397397
'<p>{{ dialog.content }}</p>',
398398
'</md-dialog-content>',

0 commit comments

Comments
 (0)