Skip to content

Commit

Permalink
Make remove collectionlink multiple item link red
Browse files Browse the repository at this point in the history
  • Loading branch information
flommy committed Nov 22, 2021
1 parent e27109e commit 1fa47fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Collections/assets/field-collectionlink.tag
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul class="uk-list uk-list-space uk-sortable" data-uk-sortable>
<li each="{l,index in link}" data-idx="{ index }">
<div class="uk-grid uk-grid-small uk-text-small">
<div><a onclick="{ removeListItem }"><i class="uk-icon-trash-o"></i></a></div>
<div><a onclick="{ removeListItem }"><i class="uk-text-danger uk-icon-trash-o"></i></a></div>
<div class="uk-flex uk-flex-item-1">
<span class="uk-flex-item-1">{ parent.getDisplay(l) }</span>
<a class="uk-margin-small-left" target="_blank" href="{ App.route('/collections/entry/'+parent.opts.link+'/'+l._id) }"><i class="uk-icon-external-link"></i></a>
Expand Down

0 comments on commit 1fa47fe

Please sign in to comment.