Aug 7 - Update remove the switching design button from the sidebar

This commit is contained in:
2026-08-07 11:29:48 -04:00
parent 16d5e8a6fa
commit 4db06b6139
2 changed files with 6 additions and 27 deletions
+2 -17
View File
@@ -220,23 +220,8 @@ body.jqc-modern {
}
.jqc-modern .jqc-nav-sublink:hover { background: var(--jqc-brand-025); color: var(--jqc-brand); }
.jqc-modern .jqc-nav-sublink.active { color: var(--jqc-brand); font-weight: 700; }
.jqc-modern .jqc-sidebar-foot {
flex: 0 0 auto;
padding: 14px 16px 20px;
border-top: 1px solid var(--jqc-border);
}
.jqc-modern .jqc-switch-btn {
width: 100%;
background: #fff;
border: 1.5px solid var(--jqc-brand);
color: var(--jqc-brand);
border-radius: 999px;
font-size: .82rem;
font-weight: 600;
padding: 8px 10px;
transition: background-color .15s, color .15s;
}
.jqc-modern .jqc-switch-btn:hover { background: var(--jqc-brand); color: #fff; }
/* .jqc-sidebar-foot / .jqc-switch-btn were dropped in phase50 along with the
sidebar design switcher — no template references them any more. */
.jqc-modern .jqc-sidebar-backdrop {
position: fixed;
inset: 0;