Try to simplify trooper counter
This commit is contained in:
@@ -181,11 +181,18 @@ polygon.firing-arc[data-allegiance="attacker"] {
|
||||
fill: blue;
|
||||
}
|
||||
|
||||
.weapon-icon {
|
||||
.soldier-record svg use {
|
||||
r: 5px;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
|
||||
.soldier-record svg.weapon-icon use {
|
||||
stroke: white;
|
||||
stroke-width: 0.5px;
|
||||
}
|
||||
|
||||
|
||||
.soldier-record svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@@ -210,12 +217,6 @@ polygon.firing-arc[data-allegiance="attacker"] {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.weapon-symbol :not(use[href="#counter-base"]) {
|
||||
stroke: white;
|
||||
stroke-width: 0.5;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.soldier-record.selected {
|
||||
background-color: khaki;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user