File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 99 </ div >
1010</ app-header >
1111< div class ="container-fluid ">
12- < app-menu [class.opened] ="isSidebarOpened "> </ app-menu >
12+ < app-menu [class.opened] ="isSidebarOpened " class =" app-menu " > </ app-menu >
1313 < div class ="container " [class.wide] ="!isSidebarOpened ">
1414 < div class ="page-wrapper ">
1515 < app-toc [contentReference] ="contentRef "> </ app-toc >
Original file line number Diff line number Diff line change 1616
1717html [mode = ' dark' ] {
1818 @extend .dark-mode ;
19+
20+ ::-webkit-scrollbar {
21+ width : 10px ;
22+ }
23+
24+ ::-webkit-scrollbar-thumb {
25+ background : #494951 !important ;
26+ border-radius : 6px ;
27+ }
28+
29+ ::-webkit-scrollbar-thumb :hover {
30+ background : #6d6d6d ;
31+ }
32+
33+ ::-webkit-scrollbar-track {
34+ background : var (--background-3dp );
35+ }
36+
37+ ::-webkit-scrollbar-corner {
38+ background : var (--background-3dp );
39+ }
40+
41+ .app-menu {
42+ & ::-webkit-scrollbar {
43+ width : 6px ;
44+ }
45+ }
46+
47+ .app-menu :not (:hover ) {
48+ & ::-webkit-scrollbar-thumb {
49+ background : var (--menu-background ) !important ;
50+ }
51+
52+ & ::-webkit-scrollbar-track {
53+ background : var (--menu-background );
54+ }
55+
56+ & ::-webkit-scrollbar-corner {
57+ background : var (--menu-background );
58+ }
59+ }
1960}
2061
2162html :not ([mode = ' dark' ]):not ([mode = ' light' ]),
You can’t perform that action at this time.
0 commit comments