Skip to content

Commit fb62ccd

Browse files
authored
Version chart: Add a border for the planned branch (#1763)
1 parent 7c37b96 commit fb62ccd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_tools/release_cycle_template.svg.jinja

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
width: 100%;
2727
2828
--blob-border-width: 1.6px;
29+
30+
--status-bg-color: #CCC;
31+
--status-border-color: #888;
2932
}
3033
.background {
3134
fill: var(--svg-color-background-primary);
@@ -88,6 +91,9 @@
8891
--status-bg-color: #2222EE;
8992
--status-border-color: #008888;
9093
}
94+
.release-cycle-status-planned {
95+
/* Use grey defaults */
96+
}
9197
.release-cycle-blob {
9298
fill: var(--status-bg-color);
9399
stroke: transparent;

0 commit comments

Comments
 (0)