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

remove all blur clicks

This commit is contained in:
Kyle Spearrin
2018-07-17 23:21:23 -04:00
parent 8bd9eafa37
commit 8278a8f3e4
26 changed files with 84 additions and 85 deletions

View File

@@ -44,15 +44,15 @@
</div>
<div class="d-flex">
<div>
<button type="button" class="btn btn-primary" appBlurClick (click)="regenerate()">
<button type="button" class="btn btn-primary" (click)="regenerate()">
{{'regeneratePassword' | i18n}}
</button>
<button type="button" class="btn btn-outline-secondary" appBlurClick (click)="copy()">
<button type="button" class="btn btn-outline-secondary" (click)="copy()">
{{'copyPassword' | i18n}}
</button>
</div>
<div class="ml-auto">
<button type="button" class="btn btn-outline-secondary" appBlurClick (click)="history()" title="{{'passwordHistory' | i18n}}">
<button type="button" class="btn btn-outline-secondary" (click)="history()" title="{{'passwordHistory' | i18n}}">
<i class="fa fa-clock-o fa-lg"></i>
</button>
</div>