Style grenade indicators without svg

This commit is contained in:
2024-08-07 19:46:17 -07:00
parent 4e4daa9e76
commit d2dba23786
3 changed files with 27 additions and 43 deletions

View File

@@ -100,18 +100,10 @@
</ul>
<p class="grenades">
<span>Hand Grenades</span>
<label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
<circle cx="0" cy="0" r="5" />
</svg></label>
<label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
<circle cx="0" cy="0" r="5" />
</svg></label>
<label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
<circle cx="0" cy="0" r="5" />
</svg></label>
<label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
<circle cx="0" cy="0" r="5" />
</svg></label>
<input type='checkbox' id="grenade1" checked /><label for="grenade1"></label>
<input type='checkbox' id="grenade2" checked /><label for="grenade2"></label>
<input type='checkbox' id="grenade3" checked /><label for="grenade3"></label>
<input type='checkbox' id="grenade4" checked /><label for="grenade4"></label>
</p>
</template>