Freigabe-Anpassung und Soft-Trash
All checks were successful
release-tag / release-image (push) Successful in 1m34s
All checks were successful
release-tag / release-image (push) Successful in 1m34s
This commit is contained in:
@@ -197,3 +197,62 @@ textarea { resize: vertical; line-height: 1.45; }
|
||||
.bulk-grid { grid-template-columns: 1fr; }
|
||||
.top-actions .pill { display: none; }
|
||||
}
|
||||
|
||||
/* Review workflow: production vs. AI staging */
|
||||
.scope-switch {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 5px;
|
||||
padding: 4px;
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 11px;
|
||||
background: #0b1323;
|
||||
}
|
||||
.scope-btn {
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
padding: 8px 10px;
|
||||
color: var(--muted);
|
||||
background: transparent;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
transition: .16s ease;
|
||||
}
|
||||
.scope-btn:hover { color: var(--text); background: rgba(255,255,255,.035); }
|
||||
.scope-btn.active { color: var(--text); background: var(--panel-3); box-shadow: inset 0 0 0 1px rgba(122,162,255,.22); }
|
||||
.scope-btn span {
|
||||
display: inline-grid;
|
||||
min-width: 20px;
|
||||
place-items: center;
|
||||
margin-left: 5px;
|
||||
padding: 1px 5px;
|
||||
border-radius: 999px;
|
||||
font-size: 9px;
|
||||
color: #f7d58f;
|
||||
background: rgba(242,190,97,.12);
|
||||
border: 1px solid rgba(242,190,97,.22);
|
||||
}
|
||||
.result-item.staging-item { background-image: linear-gradient(90deg, rgba(242,190,97,.035), transparent 45%); }
|
||||
.result-item.staging-item.active { background: rgba(242,190,97,.075); box-shadow: inset 3px 0 0 var(--warning); }
|
||||
.mini-staging {
|
||||
display: inline-block;
|
||||
padding: 1px 5px;
|
||||
border-radius: 5px;
|
||||
color: #f6d99e;
|
||||
background: rgba(242,190,97,.10);
|
||||
border: 1px solid rgba(242,190,97,.2);
|
||||
font: 800 8px/1.4 ui-sans-serif, system-ui, sans-serif;
|
||||
letter-spacing: .07em;
|
||||
}
|
||||
.badge.staging { color: #f6d99e; border-color: rgba(242,190,97,.28); background: rgba(242,190,97,.07); }
|
||||
.staging-modal { width: min(720px, calc(100vw - 40px)); }
|
||||
.staging-info-card {
|
||||
border: 1px solid rgba(242,190,97,.22);
|
||||
border-radius: 12px;
|
||||
padding: 15px;
|
||||
background: rgba(242,190,97,.055);
|
||||
}
|
||||
.staging-info-card strong { display: block; margin-bottom: 6px; color: #f7dca8; }
|
||||
.staging-info-card p { margin: 0; color: #c7cede; font-size: 12px; line-height: 1.6; }
|
||||
.staging-info-card code, .modal-foot code { color: #f6d99e; }
|
||||
|
||||
Reference in New Issue
Block a user