1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

[Soft Delete] - Ciphers add button cleanup

This commit is contained in:
Chad Scharf 2020-04-13 15:29:15 -04:00
parent c2eafba442
commit 129ecc1ca8

View File

@ -39,7 +39,7 @@
</ng-container>
</div>
<div class="footer">
<button appBlurClick (click)="(deleted ? false : addCipher())" (contextmenu)="addCipherOptions()"
<button appBlurClick (click)="addCipher()" (contextmenu)="addCipherOptions()"
class="block primary" appA11yTitle="{{'addItem' | i18n}}" [disabled]="deleted">
<i class="fa fa-plus fa-lg" aria-hidden="true"></i>
</button>