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
+ }
12
+
13
+ .p-TabBar-tabIcon .sketchbook-tree-icon {
14
+ background-color : var (--theia-foreground );
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
+ -webkit-mask-size : 100% ;
11
21
}
12
22
23
+ .p-mod-current
13
24
.sketchbook-tree-icon {
14
- background : url ('./sketchbook-tree-icon.svg' ) center center no-repeat;
15
- width : 19px !important ;
16
- height : var (--theia-icon-size );
25
+ background-color : var (--theia-foreground );
26
+ -webkit-mask : url(./ sketchbook-tree-icon-filled.svg);
27
+ -webkit-mask-position : center;
28
+ -webkit-mask-repeat : no-repeat;
29
+ -webkit-mask-size : 100% ;
17
30
}
18
31
19
32
.sketchbook-trees-container {
20
- height : 100% ;
33
+ height : 100% ;
21
34
}
22
35
23
36
.sketchbook-tree__opts {
24
- background : url ('./sketchbook-opts-icon.svg' ) center center no-repeat;
37
+ background-color : var (--theia-foreground );
38
+ -webkit-mask : url(./ sketchbook-opts-icon.svg);
39
+ -webkit-mask-position : center;
40
+ -webkit-mask-repeat : no-repeat;
25
41
width : var (--theia-icon-size );
26
42
height : var (--theia-icon-size );
27
43
}
44
60
.theia-TreeNode : hover .sketchbook-commands-icons ,
45
61
.theia-TreeNode .theia-mod-selected .sketchbook-commands-icons {
46
62
display : block;
47
- }
63
+ }
0 commit comments