aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll_form.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-03-11 16:19:11 +0200
committerHenry Jameson <me@hjkos.com>2021-03-11 16:54:03 +0200
commit5d3bf43fdc83efb0294229df63201877032a85ff (patch)
treedad1f419a4ed1f0ce83c533ea14ead251ca9dc67 /src/components/poll/poll_form.vue
parentc6d4c20982261b55b16dda59c3e657eb1feb0041 (diff)
ghost styles for poll form
Diffstat (limited to 'src/components/poll/poll_form.vue')
-rw-r--r--src/components/poll/poll_form.vue14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue
index f10d1550..f2459e45 100644
--- a/src/components/poll/poll_form.vue
+++ b/src/components/poll/poll_form.vue
@@ -47,6 +47,7 @@
:title="$t('polls.type')"
>
<Select
+ kind="ghost"
v-model="pollType"
@change="updatePollToParent"
>
@@ -68,6 +69,7 @@
>
<Select
v-model="expiryUnit"
+ kind="ghost"
class="expiry-unit"
@change="expiryAmountChange"
>
@@ -132,12 +134,6 @@
.poll-type {
margin-right: 0.75em;
flex: 1 1 60%;
- .select {
- border: none;
- box-shadow: none;
- background-color: transparent;
- padding-right: 0.75em;
- }
}
.poll-expiry {
@@ -147,12 +143,6 @@
width: 3em;
text-align: right;
}
-
- .expiry-unit {
- border: none;
- box-shadow: none;
- background-color: transparent;
- }
}
}
</style>