Skip to content

Commit 165656f

Browse files
authored
Merge pull request #2626 from MonkeySon/add-description-icon
2 parents 118dd5f + 21e0070 commit 165656f

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

css/icons.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
@include icon-black-white('attach', 'deck', 1);
1111
@include icon-black-white('reply', 'deck', 1);
1212
@include icon-black-white('notifications-dark', 'deck', 1);
13+
@include icon-black-white('description', 'deck', 1);
1314

1415
.icon-toggle-compact-collapsed {
1516
@include icon-color('toggle-view-expand', 'deck', $color-black);

img/description.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/cards/CardBadges.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<div v-if="card.description && checkListCount > 0" class="card-tasks icon icon-checkmark">
2828
{{ checkListCheckedCount }}/{{ checkListCount }}
2929
</div>
30+
<div v-else-if="card.description.trim() && checkListCount == 0" class="icon icon-description" />
3031

3132
<div v-if="card.attachmentCount > 0" class="icon-attach icon icon-attach-dark">
3233
{{ card.attachmentCount }}

0 commit comments

Comments
 (0)