Change remove icon to remove text

This commit is contained in:
BatJan
2021-10-19 09:13:35 +02:00
committed by Michael Latouche
parent 6e04cc72c2
commit 37511f5a6e

View File

@@ -24,8 +24,8 @@
<span class="umb-child-selector__child-name">{{selectedChild.name}}</span>
</div>
<div class="umb-child-selector__child-actions">
<button type="button" class="umb-child-selector__child-remove" ng-click="removeChild(selectedChild, $index)">
<umb-icon icon="icon-trash"></umb-icon>
<button type="button" class="umb-node-preview__action umb-node-preview__action--red umb-child-selector__child-remove" ng-click="removeChild(selectedChild, $index)">
<localize key="general_remove">Remove</localize>
</button>
</div>
</div>