Skip to content

Commit 08f529c

Browse files
authored
Merge pull request #219 from digma-ai/feature/fix-insight-links
Remove content overlay preventing links from being clickable and use …
2 parents a2d63d1 + e82ee71 commit 08f529c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/views-ui/codeAnalytics/main.scss

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)