Crash Fix for Build Synatax error

This commit is contained in:
2026-03-08 11:47:43 -04:00
parent d74de05065
commit 28a0b8ce15
2 changed files with 148 additions and 0 deletions

View File

@@ -175,6 +175,37 @@ html.dark-scheme .cl-admin-tabs .cl-admin-tab:hover {
}
}
/* ── Disabled-section notice banner ── */
.cl-disabled-notice {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 16px;
margin: 12px 0 4px;
border-radius: 6px;
background: var(--highlight-bg, rgba(255, 191, 0, 0.08));
border: 1px solid var(--highlight-medium, rgba(255, 191, 0, 0.25));
color: var(--primary-high, #333);
font-size: var(--font-down-1);
line-height: 1.4;
}
.cl-disabled-notice svg {
color: var(--highlight-high, #e0a800);
}
.cl-disabled-notice strong {
font-weight: 700;
}
/* Dim sub-settings when the section is disabled */
.cl-tabs-active .row.setting.cl-disabled-dim {
opacity: 0.35;
pointer-events: none;
user-select: none;
}
/* ── When tabs are active, remove separator borders ── */
.cl-tabs-active .row.setting[data-setting] {