Remove commented code.

This commit is contained in:
Bryan Mauger 2022-07-14 08:31:27 -04:00
parent 3c22e2cb4e
commit 49d678ded7
2 changed files with 1 additions and 24 deletions

View file

@ -37,22 +37,7 @@
</div>
</div>
</Form>
</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
/> -->
</template>
<script>
// Components

View file

@ -301,14 +301,10 @@ export default {
&:checked + label {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
// border-bottom-right-radius: 0;
// border-top-right-radius: 0;
//z-index: 2;
}
&:checked:focus + label {
border-bottom-right-radius: 0.5rem;
border-top-right-radius: 0.5rem;
//z-index: 2;
}
}
}
@ -320,14 +316,10 @@ export default {
&:checked + label {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
// border-bottom-right-radius: 0;
// border-top-right-radius: 0;
//z-index: 2;
}
&:checked:focus + label {
border-bottom-left-radius: 0.5rem;
border-top-left-radius: 0.5rem;
//z-index: 2;
}
}
}