This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div class="emphased">
|
||||
<div>
|
||||
<input class="hidden" checked ref="input" type="radio" value="unset" :name="questionId">
|
||||
</div>
|
||||
<RadioButton v-for="(val, index) in values" :key="index" :index="index" :question-id="questionId" :val="val"
|
||||
:color="colors[index] ?? 'unset'" />
|
||||
</div>
|
||||
@@ -32,4 +35,8 @@ const { values = ["Très bien", "Bien", "Passable", "Insuffisant", "À rejeter"]
|
||||
.emphased div:last-child {
|
||||
border-right: 1px solid #444;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user