diff --git a/css/icons.scss b/css/icons.scss index 2410c082d..2b3399b53 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -13,6 +13,10 @@ background-image: url('../img/add-white.svg'); } +.icon-attach { + background-image: url('../img/attach.svg'); +} + .icon-archive { background-image: url('../img/archive.svg'); } @@ -55,6 +59,7 @@ @include icon-black-white('archive', 'deck', 1); @include icon-black-white('circles', 'deck', 1); @include icon-black-white('clone', 'deck', 1); + @include icon-black-white('attach', 'deck', 1); .icon-toggle-compact-collapsed { @include icon-color('toggle-view-expand', 'deck', $color-black); diff --git a/img/attach.svg b/img/attach.svg new file mode 100644 index 000000000..e79ccfee4 --- /dev/null +++ b/img/attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index e32dde4c1..1232e3fc9 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -74,7 +74,7 @@