Skip to content

Commit 46657a2

Browse files
committed
Make select single collectionlink item into a button
1 parent 6030228 commit 46657a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: modules/Collections/assets/field-collectionlink.tag

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<tr each="{entry,idx in entries}">
119119
<td show="{parent.opts.multiple}"><input class="uk-checkbox" type="checkbox" onclick="{parent.toggleSelected}"></td>
120120
<td show="{!parent.opts.multiple}">
121-
<a onclick="{ parent.linkItem }"><i class="uk-icon-link"></i></a>
121+
<a onclick="{ parent.linkItem }" class="uk-button uk-button-primary"><i class="uk-icon-link"></i></a>
122122
</td>
123123
<td class="uk-text-truncate" each="{field,idy in parent.fields}" if="{ field.name != '_modified' }">
124124
<raw content="{ App.Utils.renderValue(field.type, parent.entry[field.name], field, lang) }"></raw>

0 commit comments

Comments
 (0)