feat: scope detection QA to inference coverage
This commit is contained in:
@@ -983,6 +983,38 @@ details.ai-lab-model-surface > summary strong {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.detection-qa-diagnostic {
|
||||
grid-column: 1 / -1;
|
||||
display: grid;
|
||||
gap: 0.2rem;
|
||||
margin-top: 0.35rem;
|
||||
border-left: 3px solid var(--accent);
|
||||
padding: 0.55rem 0.65rem;
|
||||
background: var(--accent-soft);
|
||||
}
|
||||
|
||||
.detection-qa-diagnostic span {
|
||||
color: var(--muted);
|
||||
font-size: 0.68rem;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.detection-qa-diagnostic strong {
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.detection-qa-diagnostic p {
|
||||
margin: 0;
|
||||
color: var(--muted);
|
||||
font-size: 0.74rem;
|
||||
}
|
||||
|
||||
.detection-qa-diagnostic-caution {
|
||||
border-left-color: var(--warning);
|
||||
background: #fff8eb;
|
||||
}
|
||||
|
||||
.basemap-policy-notice {
|
||||
margin-bottom: 0.65rem;
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user