From 3f9ff9c59bcb92b9c2d7cd331dbbff95095657a9 Mon Sep 17 00:00:00 2001 From: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:29:53 +0530 Subject: [PATCH] fix: picture select grow icon opacity issue (#2504) Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> --- .../src/components/questions/PictureSelectionQuestion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */}