fix(desktop): remove thread comment hover outline (#861)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
thomaspblock
2026-06-05 07:04:59 -07:00
committed by GitHub
co-authored by Cursor
parent ad7ab482eb
commit ccff5464a4
@@ -316,8 +316,6 @@ export const MessageRow = React.memo(
className={cn(
"group/message relative rounded-2xl px-2 py-1 transition-colors",
"flex items-start gap-2.5",
isThreadReplyLayout &&
"hover:ring-1 hover:ring-border/70 focus-within:ring-1 focus-within:ring-border/70",
highlighted
? "-mx-4 rounded-none px-6 before:absolute before:-inset-y-1.5 before:inset-x-0 before:animate-[route-target-highlight-fade_2s_ease-out_forwards] before:bg-primary/10 before:content-[''] motion-reduce:before:animate-none sm:-mx-6 sm:px-8"
: "",