File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,13 @@ def _compute_less(self):
144
144
border-color: {theme.top_panel_border};
145
145
}}
146
146
'''
147
+ # Compatibility theme_kit and material backend theme modules
148
+ code = code + '''.main-nav {{
149
+ border: 1px solid {theme.top_panel_border} !important;
150
+ border-left: 0 !important;
151
+ border-right: 0 !important;
152
+ }}
153
+ '''
147
154
if self .top_panel_font_active :
148
155
code = code + '''.o_main_navbar > ul > li > a {{
149
156
color: {theme.top_panel_font}!important;
@@ -422,7 +429,7 @@ def _compute_less(self):
422
429
)
423
430
if self .left_panel_right_border_active :
424
431
code = code + '''#app-sidebar{{
425
- border: 3px solid {theme.left_panel_right_border};
432
+ border: 1px solid {theme.left_panel_right_border};
426
433
border-top: 0;
427
434
border-bottom: 0;
428
435
border-left: 0;
You can’t perform that action at this time.
0 commit comments