1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

new remove button

This commit is contained in:
Kyle Spearrin 2017-09-21 23:00:49 -04:00
parent 9bdd0d116a
commit e952073c3c
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@
<div class="col-md-1">
<br class="hidden-xs" />
<a href="#" ng-click="removeField(field)" stop-click>
<i class="fa fa-remove"></i>
<i class="fa fa-window-close-o fa-lg"></i>
<span class="visible-xs-inline">Remove Custom Field</span>
</a>
</div>

View File

@ -162,7 +162,7 @@
<div class="col-md-1">
<br class="hidden-xs" />
<a href="#" ng-click="removeField(field)" stop-click ng-if="!readOnly">
<i class="fa fa-remove"></i>
<i class="fa fa-window-close-o fa-lg"></i>
<span class="visible-xs-inline">Remove Custom Field</span>
</a>
</div>