Skip to content

Commit 37511f5

Browse files
BatJanmikecp
authored andcommitted
Change remove icon to remove text
1 parent 6e04cc7 commit 37511f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/views/components/umb-child-selector.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<span class="umb-child-selector__child-name">{{selectedChild.name}}</span>
2525
</div>
2626
<div class="umb-child-selector__child-actions">
27-
<button type="button" class="umb-child-selector__child-remove" ng-click="removeChild(selectedChild, $index)">
28-
<umb-icon icon="icon-trash"></umb-icon>
27+
<button type="button" class="umb-node-preview__action umb-node-preview__action--red umb-child-selector__child-remove" ng-click="removeChild(selectedChild, $index)">
28+
<localize key="general_remove">Remove</localize>
2929
</button>
3030
</div>
3131
</div>

0 commit comments

Comments
 (0)