aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connection_template.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/connection_template.tpl')
-rw-r--r--view/tpl/connection_template.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl
index 5ae290da8..1f8d98ab8 100644
--- a/view/tpl/connection_template.tpl
+++ b/view/tpl/connection_template.tpl
@@ -7,10 +7,9 @@
{{/foreach}}
{{/if}}
<span id="contact-role-{{$contact.id}}" class="badge rounded-pill bg-warning text-dark me-1" title="{{$role_label}}">{{$contact.role}}</span>
- <button type="button" class="btn btn-outline-secondary btn-sm contact-edit" title="{{$contact.edit_hover}}" data-id="{{$contact.id}}">
+ <button type="button" class="btn btn-outline-secondary btn-sm border-0 contact-edit" title="{{$contact.edit_hover}}" data-id="{{$contact.id}}">
<i class="bi bi-pencil contact-edit-icon-{{$contact.id}}"></i>
<div class="spinner-wrapper contact-edit-rotator-{{$contact.id}}" style="vertical-align: text-bottom; margin-right: 2px"><div class="spinner s"></div></div>
- {{$contact.edit}}
</button>
</div>