We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0770bf6 commit 18962a0Copy full SHA for 18962a0
src/welcome/admin.scss
@@ -549,6 +549,11 @@ body.toplevel_page_stk-custom-fields {
549
font-weight: bold;
550
}
551
552
+ // Fade out the non-highlighted items.
553
+ .s-sidenav-item:has(~ .s-sidenav-item-highlight):not(.s-active):not(.s-sidenav-item-highlight),
554
+ .s-sidenav-item-highlight ~ .s-sidenav-item:not(.s-sidenav-item-highlight):not(.s-active) {
555
+ opacity: 0.3;
556
+ }
557
.s-save-changes-wrapper {
558
bottom: 0;
559
padding: 20px;
0 commit comments