1
1
.sketchbook-tab-icon {
2
- -webkit-mask : url ('./sketchbook.svg' );
3
- mask : url ('./sketchbook.svg' );
2
+ -webkit-mask : url ('./sketchbook.svg' );
3
+ mask : url ('./sketchbook.svg' );
4
4
}
5
5
6
6
.sketch-folder-icon {
7
- background : url ('./sketch-folder-icon.svg' ) center center no-repeat;
8
- background-position-x : 1px ;
9
- width : var (--theia-icon-size );
10
- height : var (--theia-icon-size );
7
+ background : url ('./sketch-folder-icon.svg' ) center center no-repeat;
8
+ background-position-x : 1px ;
9
+ width : var (--theia-icon-size );
10
+ height : var (--theia-icon-size );
11
11
}
12
12
13
13
.sketchbook-tree-icon {
14
- background : url ('./sketchbook-tree-icon.svg' ) center center no-repeat;
15
- width : 19px !important ;
16
- height : var (--theia-icon-size );
14
+ background-color : # 424242 ;
15
+ -webkit-mask : url(./ sketchbook-tree-icon.svg);
16
+ -webkit-mask-position : center;
17
+ -webkit-mask-repeat : no-repeat;
18
+ width : 19px !important ;
19
+ height : var (--theia-icon-size );
20
+ }
21
+
22
+ .p-mod-current
23
+ .sketchbook-tree-icon {
24
+ background-color : var (--theia-statusBar-background );
17
25
}
18
26
19
27
.sketchbook-trees-container {
20
- height : 100% ;
28
+ height : 100% ;
21
29
}
22
30
23
31
.sketchbook-tree__opts {
24
- background : url ('./sketchbook-opts-icon.svg' ) center center no-repeat;
32
+ background-color : # 424242 ;
33
+ -webkit-mask : url(./ sketchbook-opts-icon.svg);
34
+ -webkit-mask-position : center;
35
+ -webkit-mask-repeat : no-repeat;
25
36
width : var (--theia-icon-size );
26
37
height : var (--theia-icon-size );
27
38
}
44
55
.theia-TreeNode : hover .sketchbook-commands-icons ,
45
56
.theia-TreeNode .theia-mod-selected .sketchbook-commands-icons {
46
57
display : block;
47
- }
58
+ }
0 commit comments