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

more a11y updates

This commit is contained in:
Kyle Spearrin
2019-10-11 11:47:41 -04:00
parent fb817f1ca7
commit 191fa922d2
31 changed files with 91 additions and 91 deletions

View File

@@ -1,8 +1,8 @@
<div class="modal fade">
<div class="modal-dialog">
<div class="modal fade" tabindex="-1" role="dialog" aria-modal="true" aria-labelledby="attachmentsTitle">
<div class="modal-dialog" role="document">
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate>
<div class="modal-header">
<h2 class="modal-title">
<h2 class="modal-title" id="attachmentsTitle">
{{'attachments' | i18n}}
<small *ngIf="cipher">{{cipher.name}}</small>
</h2>