mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-23 16:38:45 +01:00
new remove button
This commit is contained in:
parent
9bdd0d116a
commit
e952073c3c
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user