diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-11 16:19:11 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-11 16:54:03 +0200 |
| commit | 5d3bf43fdc83efb0294229df63201877032a85ff (patch) | |
| tree | dad1f419a4ed1f0ce83c533ea14ead251ca9dc67 /src/components/poll | |
| parent | c6d4c20982261b55b16dda59c3e657eb1feb0041 (diff) | |
ghost styles for poll form
Diffstat (limited to 'src/components/poll')
| -rw-r--r-- | src/components/poll/poll_form.vue | 14 |
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> |
