File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ html[data-theme='dark'] {
140140 }
141141}
142142
143-
144143.DocSearch-Button {
145144 border-radius : 0 !important ;
146145}
@@ -178,6 +177,7 @@ html[data-theme='dark'] {
178177 & #{&} --sublist #{&} --active {
179178 --ifm-menu-color-active : var (--ifm-color-primary );
180179 color : var (--ifm-menu-color-active );
180+ overflow : hidden ;
181181 }
182182 & --sublist {
183183 text-transform : uppercase ;
Original file line number Diff line number Diff line change 9191 html [data-theme = 'dark' ] .collapseSidebarButton : focus {
9292 background-color : var (--ifm-color-emphasis-200 );
9393 }
94+
95+ /* Hide the responsive sidebar toggle button on desktop */
96+ : global (.menu__button ) {
97+ display : none !important ;
98+ }
9499}
95100
96101.sidebarLogo ,
You can’t perform that action at this time.
0 commit comments