Skip to content

Commit

Permalink
MDL-67881 core_message: fix tab order for message drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands committed Apr 20, 2020
1 parent 49f07dc commit fe2fc1c
Show file tree
Hide file tree
Showing 15 changed files with 146 additions and 41 deletions.
2 changes: 1 addition & 1 deletion lib/templates/drawer.mustache
Expand Up @@ -38,7 +38,7 @@
aria-hidden="{{#show}}false{{/show}}{{^show}}true{{/show}}"
data-region="right-hand-drawer"
role="region"
tabindex="-1"
tabindex="0"
>
{{$drawercontent}}{{/drawercontent}}
</div>
2 changes: 1 addition & 1 deletion message/amd/build/message_drawer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion message/amd/build/message_drawer.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion message/amd/build/message_drawer_helper.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion message/amd/build/message_drawer_helper.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion message/amd/build/message_popover.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe2fc1c

Please sign in to comment.