Adjust style of three state button (#147)

This commit is contained in:
weryques 2018-11-30 11:48:42 -02:00
parent a2fe649d3a
commit 1c72dd501b
2 changed files with 10 additions and 16 deletions

View File

@ -78,21 +78,6 @@
:other-prop="activity"
:parent="getThis()"
:events="stateEvents"/>
<!--<a-->
<!--v-if="activity.status === 'pending'"-->
<!--id="button-approve"-->
<!--:aria-label="$i18n.get('approve_item')"-->
<!--@click.prevent.stop="approveActivity(activity.id)">-->
<!--<b-icon-->
<!--icon="check" />-->
<!--</a>-->
<!--<a-->
<!--v-if="activity.status === 'pending'"-->
<!--id="button-not-approve"-->
<!--class="delete"-->
<!--:aria-label="$i18n.get('not_approve_item')"-->
<!--@click.prevent.stop="notApproveActivity(activity.id)" />-->
<a v-if="activity.status !== 'pending'">
<b-icon

View File

@ -90,9 +90,18 @@
<style lang="scss">
.radio-wrapper {
display: flex;
border: solid 0.5px lightgray;
border-radius: 50px;
height: 20.49px;
width: 57.5px;
justify-content: center;
label.is-small {
height: 19px !important;
height: 18px !important;
border: none;
border-radius: 50px !important;
width: 18px;
padding: 0 !important;
}
}