diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index 08bab9edb..4b3838369 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -767,8 +767,8 @@ export default { .button-question { label { &.list-card, - &.list-card input[type=checkbox]:checked + .list-card-content, - &.list-card input[type=radio]:checked + .list-card-content { + &.list-card input[type="checkbox"]:checked + .list-card-content, + &.list-card input[type="radio"]:checked + .list-card-content { border-radius: 50rem; } }