mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
new remove button
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
<div class="col-md-1">
|
<div class="col-md-1">
|
||||||
<br class="hidden-xs" />
|
<br class="hidden-xs" />
|
||||||
<a href="#" ng-click="removeField(field)" stop-click>
|
<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>
|
<span class="visible-xs-inline">Remove Custom Field</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -162,7 +162,7 @@
|
|||||||
<div class="col-md-1">
|
<div class="col-md-1">
|
||||||
<br class="hidden-xs" />
|
<br class="hidden-xs" />
|
||||||
<a href="#" ng-click="removeField(field)" stop-click ng-if="!readOnly">
|
<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>
|
<span class="visible-xs-inline">Remove Custom Field</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user