aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-03-04 21:40:35 +0200
committerHenry Jameson <me@hjkos.com>2024-03-04 21:40:35 +0200
commitb10458e3a31fc93dbffd0473e41d9eaf17c2a0df (patch)
treeb379f6c4321a6e342577958211801f805fe2486c /src/components/poll
parent8d99e2138a97a661d9d62e4d6d36faa818511a19 (diff)
lint
Diffstat (limited to 'src/components/poll')
-rw-r--r--src/components/poll/poll.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 5c743c08..ac856bf0 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -37,8 +37,8 @@
:role="poll.multiple ? 'checkbox' : 'radio'"
:aria-labelledby="`option-vote-${randomSeed}-${index}`"
:aria-checked="choices[index]"
- @click="activateOption(index)"
class="input unstyled"
+ @click="activateOption(index)"
>
<!-- TODO: USE CHECKBOX -->
<input