1
0
mirror of https://github.com/bitwarden/web synced 2026-01-02 00:23:16 +00:00

fixing a few bug, asset updates, tweaks (#532)

* fixing a few bug, asset updates, tweaks

* dont save until save button clicked
This commit is contained in:
Kyle Spearrin
2020-05-18 09:51:20 -04:00
committed by GitHub
parent 3ac46e62cb
commit 97eedb2034
14 changed files with 51 additions and 38 deletions

View File

@@ -13,7 +13,7 @@
{{'restoreSelectedItemsDesc' | i18n: cipherIds.length}}
</div>
<div class="modal-footer">
<button appAutoFocus type="submit" class="btn btn-submit" [disabled]="form.loading">
<button appAutoFocus type="submit" class="btn btn-primary btn-submit" [disabled]="form.loading">
<i class="fa fa-spinner fa-spin" title="{{'loading' | i18n}}" aria-hidden="true"></i>
<span>{{'restore' | i18n}}</span>
</button>