diff options
Diffstat (limited to 'src/components/poll/poll_form.vue')
| -rw-r--r-- | src/components/poll/poll_form.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue index 3a8a2f42..8c4ada89 100644 --- a/src/components/poll/poll_form.vue +++ b/src/components/poll/poll_form.vue @@ -56,7 +56,7 @@ <option value="single">{{ $t('polls.single_choice') }}</option> <option value="multiple">{{ $t('polls.multiple_choices') }}</option> </select> - <FAIcon class="icon-down-open" icon="chevron-down"/> + <FAIcon class="select-down-icon" icon="chevron-down"/> </label> </div> <div @@ -84,7 +84,7 @@ {{ $t(`time.${unit}_short`, ['']) }} </option> </select> - <FAIcon class="icon-down-open" icon="chevron-down"/> + <FAIcon class="select-down-icon" icon="chevron-down"/> </label> </div> </div> |
