Remove commented code.
This commit is contained in:
parent
3c22e2cb4e
commit
49d678ded7
2 changed files with 1 additions and 24 deletions
|
|
@ -37,22 +37,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
</template>-->
|
</template>
|
||||||
<!-- <buttonQuestion
|
|
||||||
:answers="years"
|
|
||||||
text-position="text-start"
|
|
||||||
questionText="List Button as Radio"
|
|
||||||
groupName="years"
|
|
||||||
/>
|
|
||||||
<buttonQuestion
|
|
||||||
questionText="CASH OR INSURANCE"
|
|
||||||
:answers="answersFromCms"
|
|
||||||
groupName="cash-or-insurance"
|
|
||||||
buttonType="listButtonHorizontal"
|
|
||||||
useTextForValue
|
|
||||||
|
|
||||||
isRequired
|
|
||||||
/> -->
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Components
|
// Components
|
||||||
|
|
|
||||||
|
|
@ -301,14 +301,10 @@ export default {
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
// border-bottom-right-radius: 0;
|
|
||||||
// border-top-right-radius: 0;
|
|
||||||
//z-index: 2;
|
|
||||||
}
|
}
|
||||||
&:checked:focus + label {
|
&:checked:focus + label {
|
||||||
border-bottom-right-radius: 0.5rem;
|
border-bottom-right-radius: 0.5rem;
|
||||||
border-top-right-radius: 0.5rem;
|
border-top-right-radius: 0.5rem;
|
||||||
//z-index: 2;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -320,14 +316,10 @@ export default {
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
// border-bottom-right-radius: 0;
|
|
||||||
// border-top-right-radius: 0;
|
|
||||||
//z-index: 2;
|
|
||||||
}
|
}
|
||||||
&:checked:focus + label {
|
&:checked:focus + label {
|
||||||
border-bottom-left-radius: 0.5rem;
|
border-bottom-left-radius: 0.5rem;
|
||||||
border-top-left-radius: 0.5rem;
|
border-top-left-radius: 0.5rem;
|
||||||
//z-index: 2;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue