ghost styles for poll form

This commit is contained in:
Henry Jameson 2021-03-11 16:19:11 +02:00
parent c6d4c20982
commit 5d3bf43fdc
3 changed files with 33 additions and 33 deletions

View file

@ -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>