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 {
3939
4040.list-item {
4141 padding : 3px 3px 3px 6px ;
42- background : var (--vscode-list-hoverBackground );
42+ background : var (--vscode-list-dropBackground );
4343 margin-top : 6px ;
4444 width : 100% ;
4545 position : relative ;
4646 display : flex ;
4747 font-size : var (--type-ramp-minus1-font-size );
4848 box-sizing : border-box ;
49+ border-radius : 4px ;
50+
4951 & .insight {
5052 flex-direction : column ;
5153 }
5254}
5355
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-
6656.list-item-top-area {
6757 display : flex ;
6858 z-index : 2 ;
You can’t perform that action at this time.
0 commit comments