diff --git a/packages/surveys/src/components/questions/PictureSelectionQuestion.tsx b/packages/surveys/src/components/questions/PictureSelectionQuestion.tsx index 3ccec49a65..f30a6fa0ca 100644 --- a/packages/surveys/src/components/questions/PictureSelectionQuestion.tsx +++ b/packages/surveys/src/components/questions/PictureSelectionQuestion.tsx @@ -125,7 +125,7 @@ export const PictureSelectionQuestion = ({ Array.isArray(value) && value.includes(choice.id) ? `border-brand text-brand z-10 border-4 shadow-xl` : "", - "focus:border-brand relative inline-block h-28 w-full cursor-pointer overflow-hidden rounded-xl border focus:border-4 focus:outline-none" + "focus:border-brand group/image relative inline-block h-28 w-full cursor-pointer overflow-hidden rounded-xl border focus:border-4 focus:outline-none" )}> {/* eslint-disable-next-line @next/next/no-img-element */}