chore: remove hover effects in mobile

This commit is contained in:
Tristan Yang
2023-02-20 12:54:45 +08:00
parent 567b3714bc
commit 053c7d9402
27 changed files with 46 additions and 54 deletions
@@ -82,7 +82,7 @@ const AddMembers: FC<Props> = ({ cid = 0, closeModal }) => {
<li
key={uid}
data-uid={uid}
className="cursor-pointer flex items-center px-2 py-1 rounded-lg hover:bg-slate-400/20"
className="cursor-pointer flex items-center px-2 py-1 rounded-lg md:hover:bg-slate-400/20"
onClick={added ? undefined : toggleCheckMember}
>
<StyledCheckbox