feat(FN-2628): merge fusion/fn-2628
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user