Merge pull request #73675 from NousResearch/bb/edit-models-hover

fix(desktop): match Edit Models row hover to the model picker
This commit is contained in:
brooklyn! 2026-07-28 17:19:44 -05:00 committed by GitHub
commit 43ddefd08f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,10 @@ export function ModelVisibilityDialog({
const key = modelVisibilityKey(provider.slug, family.id)
return (
<label className="flex cursor-pointer items-center gap-2 px-3 py-1 text-xs" key={key}>
<label
className="flex cursor-pointer items-center gap-2 px-3 py-1 text-xs hover:bg-(--ui-control-active-background)"
key={key}
>
<span className="min-w-0 flex-1 truncate">
{name}
{tag ? <span className="text-(--ui-text-tertiary)"> {tag}</span> : null}