Remove prone toggle

This commit is contained in:
2024-07-28 12:24:24 -07:00
parent d2e80b341c
commit 7183511dbf
7 changed files with 11 additions and 63 deletions

View File

@@ -78,24 +78,12 @@ g.troop-counter-template text {
stroke: none;
}
[href="#counter-prone"] {
transform: translate(-5px, 6px);
}
g.clone {
stroke: white;
stroke-width: 0.5px;
stroke-dasharray: 1;
}
g.clone [href="#counter-prone"] {
opacity: 0.5;
}
.removed[href="#counter-prone"] {
opacity: 0.5;
}
g[data-allegiance="defender"].clone {
fill: rgb(255, 126, 126);
}
@@ -505,8 +493,8 @@ use[class^="counter-"] {
}
g.counter use[class^="counter-"] {
--translateX: calc(var(--x) - 5px);
--translateY: var(--y);
--translateX: calc((var(--x)) * 1.25 - 5px);
--translateY: calc((var(--y)) * 1.25 - 5px);
}
[data-q][data-r][data-s][data-t] > use[class^="counter-"] {

View File

@@ -91,10 +91,6 @@ g.troop-counter-template text {
stroke: none;
}
g.troop-counter [href="#counter-prone"] {
transform: translate(-5px, 6px);
}
text.counter, #troop-counter text {
font-size: 12px;
font-weight: bold;

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -221,7 +221,6 @@
</button>
<span style="white-space: nowrap;">
Prone: <input type="checkbox" id="toggle-prone-counter" />
<button type="button" class="set-firing-arc" data-size="small">
<img src="assets/images/firing_arc_small.png" height="12" /> 2 MP
</button>