Skip to content

Commit aa14ba6

Browse files
committed
docs: update sidebar menu icons for improved clarity
- Swapped icons for the "Organizations", "Cores", and "Customization" categories in the sidebar menu to better reflect their content. - Removed unused icon styles for "OSS Contributors" and "Community" categories to streamline the CSS.
1 parent d0e34db commit aa14ba6

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

src/css/custom.css

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -642,32 +642,20 @@ html[data-theme='light'] .menu__link:before {
642642
background: url('../img/menu/plus.svg');
643643
}
644644
.theme-doc-sidebar-menu li:nth-child(8) .menu__link:before {
645-
background: url('../img/menu/cores.svg');
645+
background: url('../img/menu/organizations.svg');
646646
}
647647
.theme-doc-sidebar-menu li:nth-child(9) .menu__link:before {
648-
background: url('../img/menu/customization.svg');
648+
background: url('../img/menu/cores.svg');
649649
}
650650

651651
.theme-doc-sidebar-menu li:nth-child(10) .menu__link:before {
652-
background: url('../img/menu/useful-guides.svg');
652+
background: url('../img/menu/customization.svg');
653653
}
654654

655655
.theme-doc-sidebar-menu li:nth-child(11) .menu__link:before {
656656
background: url('../img/menu/content-creator.svg');
657657
}
658658

659-
.theme-doc-sidebar-menu li:nth-child(12) .menu__link:before {
660-
background: url('../img/menu/oss-contributors.svg');
661-
}
662-
.theme-doc-sidebar-menu li:nth-child(13) .menu__link:before {
663-
background: url('../img/menu/community.svg');
664-
}
665-
666-
.theme-doc-sidebar-menu li:nth-child(13) .menu__link {
667-
position: relative;
668-
margin-left: 0rem;
669-
padding-left: 2.3rem;
670-
}
671659

672660
.theme-doc-sidebar-item-link-level-2 > .menu__link:before {
673661
background: none !important;

0 commit comments

Comments
 (0)