Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-04-17 10:20:15 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-04-17 10:20:15 -0700
commit4229c732bca15f4563f596ca345d576984bc517a (patch)
treebc26701b2a96d0f6dfe813d252efff1420c4f0ed /public/index.html
parent460027e96507c8015878a03f14508bd50d68e97f (diff)
Use JS for damage indicator changes instead of CSS
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/index.html b/public/index.html
index 718654c..a7e84e0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,18 +13,6 @@
<slot name="firing-modifier"></slot><br>
<slot name="movement-points"></slot>
</span>
- <label>
- <input type="radio" name="damage" checked>
- <span class="damage-selector lethal"></span>
- </label>
- <label>
- <input type="radio" name="damage">
- <span class="damage-selector clear"></span>
- </label>
- <label>
- <input type="radio" name="damage">
- <span class="damage-selector bruise"></span>
- </label>
</template>
<template id="soldier-record-block">