fix(rectification): hide option hover impact and composer step strip (BUG-575)

Hovering A/B/C/D rewrote a leading/lagging time line and made the card flicker; the step-state sentence above the composer was instructional filler, not something the user needed to answer.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-09-07 14:07:49 +08:00
co-authored by Cursor
parent 58081a2d51
commit 1ded6bb0d4
8 changed files with 29 additions and 44 deletions
-12
View File
@@ -3083,23 +3083,11 @@ input:not([type="radio"]):not([type="checkbox"]):not([class^="ant-"]):not([class
.rectification-choice-why-user p {
margin: var(--space-2) 0 0;
}
.rectification-choice-impact {
margin: var(--space-3) 0 0;
color: var(--color-ink-secondary);
font-size: var(--type-caption);
line-height: 1.5;
}
.rectification-composer-meta {
display: grid;
gap: var(--space-3);
margin: 0 0 var(--space-3);
}
.rectification-step-state {
margin: 0;
color: var(--color-ink-secondary);
font-size: var(--type-caption);
line-height: 1.5;
}
.rectification-composer-meta .rectification-collect-stop {
margin: 0;
}