File tree 3 files changed +7
-10
lines changed
extensions/theme-defaults/themes
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 35
35
box-sizing : border-box ;
36
36
cursor : pointer ;
37
37
display : flex ;
38
- flex : 0 0 auto ;
39
- font-size : 13px ;
38
+ flex-wrap : nowrap ;
40
39
height : 100% ;
41
- max-width : 300px ;
42
- min-width : 40px ;
43
- padding : 0 20px ;
40
+ min-width : fit-content ;
41
+ padding-left : 10px ;
44
42
position : relative ;
45
43
user-select : none ;
46
44
47
- & __name {
48
- font-size : 16px ;
49
- margin-left : 10px ;
50
- }
51
-
52
45
& __op {
53
46
color : var (--icon-foreground );
54
47
margin-left : 10px ;
Original file line number Diff line number Diff line change 28
28
"inputValidation.errorBackground" : " #5A1D1D" ,
29
29
"inputValidation.errorBorder" : " #BE1100" ,
30
30
"icon.foreground" : " #C5C5C5" ,
31
+ "panelTitle.activeForeground" : " #E7E7E7" ,
32
+ "panelTitle.inactiveForeground" : " #e7e7e799" ,
31
33
"problemsWarningIcon.foreground" : " #CCA700" ,
32
34
"problemsErrorIcon.foreground" : " #F48771" ,
33
35
"problemsInfoIcon.foreground" : " #75BEFF" ,
Original file line number Diff line number Diff line change 28
28
"inputValidation.errorBackground" : " #F2DEDE" ,
29
29
"inputValidation.errorBorder" : " #BE1100" ,
30
30
"icon.foreground" : " #424242" ,
31
+ "panelTitle.activeForeground" : " #424242" ,
32
+ "panelTitle.inactiveForeground" : " #424242bf" ,
31
33
"problemsWarningIcon.foreground" : " #BF8803" ,
32
34
"problemsErrorIcon.foreground" : " #E51400" ,
33
35
"problemsInfoIcon.foreground" : " #75BEFF" ,
You can’t perform that action at this time.
0 commit comments