File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
src/views-ui/codeAnalytics Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -39,30 +39,20 @@ vscode-panel-view {
39
39
40
40
.list-item {
41
41
padding : 3px 3px 3px 6px ;
42
- background : var (--vscode-list-hoverBackground );
42
+ background : var (--vscode-list-dropBackground );
43
43
margin-top : 6px ;
44
44
width : 100% ;
45
45
position : relative ;
46
46
display : flex ;
47
47
font-size : var (--type-ramp-minus1-font-size );
48
48
box-sizing : border-box ;
49
+ border-radius : 4px ;
50
+
49
51
& .insight {
50
52
flex-direction : column ;
51
53
}
52
54
}
53
55
54
- .list-item ::before {
55
- background : var (--foreground );
56
- content : " " ;
57
- position : absolute ;
58
- top : 0 ;
59
- bottom : 0 ;
60
- right : 0 ;
61
- left : 0 ;
62
- opacity : 0.05 ;
63
- border-radius : 4px ;
64
- }
65
-
66
56
.list-item-top-area {
67
57
display : flex ;
68
58
z-index : 2 ;
You can’t perform that action at this time.
0 commit comments