From 94f60cf0ec4fd21cf0758e12a4332f115f127c13 Mon Sep 17 00:00:00 2001 From: claude code agent 227 Date: Sat, 4 Jul 2026 16:21:25 +0300 Subject: [PATCH] =?UTF-8?q?docs(client):=20fix=20.suggestionChanged=20comm?= =?UTF-8?q?ent=20=E2=80=94=20bold=20weight,=20not=20underline=20(#331=20re?= =?UTF-8?q?view=20F1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The header comment claimed the rule adds 'an underline'; it does not — it adds a color-mix tint + font-weight:700, and the inner comment already notes text- decoration is omitted on purpose. Aligned the header comment with the rule. Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/client/src/features/comment/components/comment.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/comment/components/comment.module.css b/apps/client/src/features/comment/components/comment.module.css index f3e7f04f..0f6e4c5e 100644 --- a/apps/client/src/features/comment/components/comment.module.css +++ b/apps/client/src/features/comment/components/comment.module.css @@ -55,7 +55,7 @@ /* Intraline diff (#331): the fragment that actually changed within the red "before" / green "after" block. It inherits the surrounding red/green - framing and adds a stronger tint plus an underline so the eye lands on the + framing and adds a stronger tint plus bold weight so the eye lands on the changed letters/words (git/GitHub-style) rather than the whole line. The container's line-through (old) / green (new) still marks the full line. */ .suggestionChanged {