style: show cursor pointer for the whole select item

This commit is contained in:
zhom
2025-08-02 16:22:19 +04:00
parent 2deacbacab
commit a2a980d203
+2 -1
View File
@@ -240,13 +240,14 @@ export function ProfileSelectorDialog({
<SelectItem
value={profile.name}
disabled={!canUseForLinks}
className="cursor-pointer"
>
<div
className={`flex items-center gap-2 ${
!canUseForLinks ? "opacity-50" : ""
}`}
>
<div className="flex gap-3 items-center px-2 py-1 rounded-lg cursor-pointer hover:bg-accent">
<div className="flex gap-3 items-center px-2 py-1 rounded-lg">
<div className="flex gap-2 items-center">
{(() => {
const IconComponent = getBrowserIcon(