1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-31 07:33:17 +00:00

Fixes for dynamic modal a11y (#1107)

* Remove tabindex and cdkTrapFocus from modals

* Add styling for modal-dismiss

* Remove modal-dismiss styles

* Update jslib
This commit is contained in:
Thomas Rittson
2021-10-25 16:26:12 +10:00
committed by GitHub
parent a61ef74895
commit 52a30f4d8a
16 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
<div class="modal fade" tabindex="-1" role="dialog" aria-modal="true" aria-labelledby="exportTitle">
<div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="exportTitle">
<div class="modal-dialog" role="document">
<form class="modal-content" #form (ngSubmit)="submit()">
<div class="modal-body">