File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <CheckCircleOutline v-if =" isDoneColumn "
1616 class="stack__done-icon"
1717 decorative />
18+ <span class =" stack__card-count" >{{ cardsByStack.length }}</span >
1819 </h3 >
1920 <h3 v-else-if =" !editing"
2021 tabindex =" 0"
2728 <CheckCircleOutline v-if =" isDoneColumn "
2829 class="stack__done-icon"
2930 decorative />
31+ <span class =" stack__card-count" >{{ cardsByStack.length }}</span >
3032 </h3 >
3133 <form v-else-if =" editing"
3234 v-click-outside =" cancelEdit"
@@ -475,6 +477,18 @@ export default {
475477 }
476478 }
477479
480+ .stack__card-count {
481+ flex-shrink : 0 ;
482+ margin-inline-start : 6px ;
483+ padding : 0 8px ;
484+ border-radius : var (--border-radius-pill , 16px );
485+ background-color : var (--color-background-darker );
486+ color : var (--color-text-maxcontrast );
487+ font-size : var (--default-font-size );
488+ font-weight : normal ;
489+ line-height : 1.5 ;
490+ }
491+
478492 form {
479493 input {
480494 font-weight : bold ;
You can’t perform that action at this time.
0 commit comments