mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(desktop): remove thread comment hover outline (#861)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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"
|
||||
: "",
|
||||
|
||||
Reference in New Issue
Block a user