Adjust style of three state button (#147)
This commit is contained in:
parent
a2fe649d3a
commit
1c72dd501b
|
@ -78,21 +78,6 @@
|
||||||
:other-prop="activity"
|
:other-prop="activity"
|
||||||
:parent="getThis()"
|
:parent="getThis()"
|
||||||
:events="stateEvents"/>
|
: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'">
|
<a v-if="activity.status !== 'pending'">
|
||||||
<b-icon
|
<b-icon
|
||||||
|
|
|
@ -90,9 +90,18 @@
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.radio-wrapper {
|
.radio-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
border: solid 0.5px lightgray;
|
||||||
|
border-radius: 50px;
|
||||||
|
height: 20.49px;
|
||||||
|
width: 57.5px;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
label.is-small {
|
label.is-small {
|
||||||
height: 19px !important;
|
height: 18px !important;
|
||||||
|
border: none;
|
||||||
|
border-radius: 50px !important;
|
||||||
|
width: 18px;
|
||||||
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue