File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
packages/mgt-components/src/components/mgt-file-list Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,25 @@ $progress-ring-size: var(--progress-ring-size, 24px);
5858 flex-direction : column ;
5959 list-style : none ;
6060
61+ .file-list-children {
62+ & -show {
63+ display : block ;
64+ margin-inline-start : calc ($file-list-margin + 32px );
65+
66+ ul {
67+ list-style : none ;
68+
69+ li {
70+ padding : 8px 0px ;
71+ }
72+ }
73+ }
74+
75+ & -hide {
76+ display : none ;
77+ }
78+ }
79+
6180 .file-item {
6281 cursor : pointer ;
6382 border-radius : var (--file-border-radius );
@@ -77,6 +96,10 @@ $progress-ring-size: var(--progress-ring-size, 24px);
7796 --file-border-radius : 2px ;
7897 --file-background-color : var (--file-item-background-color , var (--neutral-layer-1 ));
7998 }
99+
100+ .file-list-children {
101+ background-color : beige ;
102+ }
80103 }
81104 }
82105
You can’t perform that action at this time.
0 commit comments