Retain preexisting counters in move history

This commit is contained in:
2024-04-24 13:14:32 -07:00
parent b73217c5c4
commit f3a5999142
2 changed files with 29 additions and 10 deletions

View File

@@ -100,6 +100,14 @@ g.clone {
stroke-dasharray: 1;
}
g.clone [href="#counter-prone"] {
opacity: 0.5;
}
.removed[href="#counter-prone"] {
opacity: 0.5;
}
g[data-allegiance="davion"].clone {
fill: rgb(255, 126, 126);
}