Skip to content

Commit c27df72

Browse files
committed
fix: the sidebar collapse title style
1 parent d15a621 commit c27df72

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/workbench/sidebar/explore/style.scss

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
@import 'mo/style/common';
22

3+
#{$sidebar} {
4+
#{$collapse}__header {
5+
&__title {
6+
font-weight: 700;
7+
text-transform: uppercase;
8+
}
9+
}
10+
}
11+
312
#{$folderTree} {
413
height: 100%;
514

0 commit comments

Comments
 (0)