diff --git a/src/welcome/admin.scss b/src/welcome/admin.scss index 0eee8c988..066a5915c 100644 --- a/src/welcome/admin.scss +++ b/src/welcome/admin.scss @@ -549,6 +549,11 @@ body.toplevel_page_stk-custom-fields { font-weight: bold; } } + // Fade out the non-highlighted items. + .s-sidenav-item:has(~ .s-sidenav-item-highlight):not(.s-active):not(.s-sidenav-item-highlight), + .s-sidenav-item-highlight ~ .s-sidenav-item:not(.s-sidenav-item-highlight):not(.s-active) { + opacity: 0.3; + } .s-save-changes-wrapper { bottom: 0; padding: 20px;