From 3efe3993aa4b0c8611ac5cb73d928ebb5e115e2b Mon Sep 17 00:00:00 2001 From: rob Date: Sat, 18 Dec 2021 17:31:59 -0500 Subject: [PATCH] rounded border for link edit button --- app/views/link/components/list-item.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/link/components/list-item.pug b/app/views/link/components/list-item.pug index fca6e08..765ee7a 100644 --- a/app/views/link/components/list-item.pug +++ b/app/views/link/components/list-item.pug @@ -9,7 +9,7 @@ mixin renderLinksListItem (link) a(href= link.href).uk-button.dtp-button-primary.uk-button-small.uk-border-rounded= link.label .uk-width-auto - button(type="button", uk-toggle={ target: `#link-editor-${link._id}` }).uk-button.dtp-button-default.uk-button-small + button(type="button", uk-toggle={ target: `#link-editor-${link._id}` }).uk-button.dtp-button-default.uk-button-small.uk-border-rounded span i.fas.fa-pen