Remove prone toggle
This commit is contained in:
@@ -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-"] {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user