fix(instance): restore review edit button after hub iframe nav

Sync review-mode checkbox with disabled state after form restore; repair initHubEmbedInFrameNav regression in instance_theme.js.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-18 11:21:31 +08:00
parent d8dccb8606
commit 3d29b4f9d9
6 changed files with 49 additions and 8 deletions
+5
View File
@@ -14,6 +14,11 @@ html[data-theme="light"] body {
color: #1a2838 !important;
}
.review-edit-btn:disabled {
opacity: 0.45;
cursor: not-allowed;
}
html[data-theme="light"] .header h1 {
color: #142232 !important;
}