We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e04cc7 commit 37511f5Copy full SHA for 37511f5
src/Umbraco.Web.UI.Client/src/views/components/umb-child-selector.html
@@ -24,8 +24,8 @@
24
<span class="umb-child-selector__child-name">{{selectedChild.name}}</span>
25
</div>
26
<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>
+ <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>
29
</button>
30
31
0 commit comments