checkpoint: pre-audit baseline state
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
.interface-complementary-area__fill:has(#wp-agentic-writer\:wp-agentic-writer),
|
||||
#wp-agentic-writer\:wp-agentic-writer svg {
|
||||
margin-bottom: -3px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
.components-tooltip img {
|
||||
@@ -494,6 +493,96 @@ input.wpaw-plan-section-check:checked::before {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.wpaw-refinement-lock-banner {
|
||||
background: #dbeafe;
|
||||
color: #1e3a8a;
|
||||
padding: 8px 10px;
|
||||
border: 1px solid #93c5fd;
|
||||
font-size: 12px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.wpaw-refine-confirm-overlay {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 1200;
|
||||
background: rgba(10, 16, 27, 0.72);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.wpaw-refine-confirm-modal {
|
||||
width: 100%;
|
||||
max-width: 420px;
|
||||
background: #111827;
|
||||
color: #e5e7eb;
|
||||
border: 1px solid #334155;
|
||||
border-radius: 8px;
|
||||
padding: 16px;
|
||||
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
|
||||
.wpaw-refine-confirm-title {
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.wpaw-refine-confirm-body {
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
color: #cbd5e1;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.wpaw-refine-confirm-actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 8px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.wpaw-block-refining {
|
||||
position: relative;
|
||||
outline: 2px dashed #3b82f6;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.wpaw-block-refining::before {
|
||||
content: 'REFINING';
|
||||
position: absolute;
|
||||
top: -12px;
|
||||
right: 8px;
|
||||
background: #2563eb;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
line-height: 1;
|
||||
padding: 3px 6px;
|
||||
border-radius: 4px;
|
||||
z-index: 20;
|
||||
letter-spacing: 0;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* Refinement lock: prevent content editing while still allowing page scroll */
|
||||
.wpaw-refining-locked .editor-styles-wrapper [contenteditable="true"],
|
||||
.wpaw-refining-locked .block-editor-rich-text__editable,
|
||||
.wpaw-refining-locked .block-editor-writing-flow [role="textbox"] {
|
||||
pointer-events: none !important;
|
||||
user-select: none !important;
|
||||
caret-color: transparent !important;
|
||||
}
|
||||
|
||||
.wpaw-refining-locked .block-editor-block-toolbar,
|
||||
.wpaw-refining-locked .block-editor-default-block-appender,
|
||||
.wpaw-refining-locked .editor-block-list-item__inline-menu,
|
||||
.wpaw-refining-locked .block-editor-inserter {
|
||||
pointer-events: none !important;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.wpaw-ai-response pre {
|
||||
background: #f1f5f9;
|
||||
padding: 10px;
|
||||
@@ -1384,6 +1473,7 @@ input.wpaw-plan-section-check:checked::before {
|
||||
border-bottom: 1px solid #3c3c3c;
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
background-color: #2c2c2c;
|
||||
}
|
||||
|
||||
.wpaw-cost-table td {
|
||||
@@ -3537,13 +3627,12 @@ input.wpaw-plan-section-check:checked::before {
|
||||
|
||||
.wpaw-welcome-icon {
|
||||
display: block;
|
||||
margin-bottom: 1rem;
|
||||
color: #2271b1;
|
||||
}
|
||||
|
||||
.wpaw-welcome-icon svg {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.wpaw-welcome-title {
|
||||
@@ -3619,6 +3708,23 @@ input.wpaw-plan-section-check:checked::before {
|
||||
color: #2271b1;
|
||||
}
|
||||
|
||||
.wpaw-session-list {
|
||||
max-height: 35vh;
|
||||
overflow-y: auto;
|
||||
padding-right: 2px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.wpaw-session-open-btn {
|
||||
display: block;
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wpaw-session-open-btn:disabled {
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
.wpaw-welcome-start-btn {
|
||||
width: 100%;
|
||||
padding: 12px 24px !important;
|
||||
@@ -4482,4 +4588,4 @@ input.wpaw-plan-section-check:checked::before {
|
||||
.wpaw-provider-badge[title*="Warning"],
|
||||
.wpaw-provider-info:has(.wpaw-fallback) {
|
||||
color: #f59e0b;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user