feat(FN-2628): merge fusion/fn-2628

This commit is contained in:
gsxdsm
2026-04-26 22:21:18 -07:00
parent 163a4c734c
commit a70e002b36
4 changed files with 139 additions and 73 deletions

View File

@@ -1418,77 +1418,6 @@ input[type="range"]:focus-visible {
}
/* === Task Comments === */
.comments-header-row {
justify-content: space-between;
gap: var(--space-md);
}
.comments-author-row {
display: flex;
align-items: center;
gap: var(--space-sm);
}
.comments-actions-row {
display: flex;
gap: var(--space-sm);
}
.comments-edit-form {
display: grid;
gap: var(--space-sm);
margin-top: var(--space-sm);
}
.comments-edit-actions {
display: flex;
gap: var(--space-sm);
justify-content: flex-end;
}
.comments-outcome-text {
white-space: pre-wrap;
}
.comments-compose-form {
display: grid;
gap: var(--space-sm);
margin-top: var(--space-md);
}
/* Comment textareas use --surface so they remain visible against the
task detail modal's --card / --bg panels (in light mode --bg and
--card are both #ffffff, which made the box blend in). */
.comments-compose-form .spec-editor-feedback,
.comments-edit-form .spec-editor-feedback {
background: var(--surface);
}
.comments-type-toggle {
display: flex;
gap: var(--space-sm);
}
.comments-guidance-hint {
font-size: 0.875rem;
color: var(--text-muted);
}
.comments-footer-row {
display: flex;
justify-content: space-between;
align-items: center;
}
.comments-char-count {
font-size: 0.75rem;
}
.comments-char-count--over {
color: var(--color-error);
}
/* === PR Section === */
.pr-section-icon {
vertical-align: middle;