1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +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

@@ -23,7 +23,7 @@
</div>
<small class="form-text text-muted">{{'disableIconsDesc' | i18n}}</small>
</div>
<button type="submit" class="btn btn-primary" appBlurClick>
<button type="submit" class="btn btn-primary">
{{'save' | i18n}}
</button>
</form>