Browse Source

rounded border for link edit button

pull/1/head
Rob Colbert 3 years ago
parent
commit
3efe3993aa
  1. 2
      app/views/link/components/list-item.pug

2
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

Loading…
Cancel
Save