diff options
Diffstat (limited to 'src/components/poll/poll.vue')
| -rw-r--r-- | src/components/poll/poll.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 57ec879a..1e97b3ca 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -38,6 +38,7 @@ :aria-labelledby="`option-vote-${randomSeed}-${index}`" :aria-checked="choices[index]" @click="activateOption(index)" + class="input unstyled" > <!-- TODO: USE CHECKBOX --> <input |
