We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4012c commit ea5e7a4Copy full SHA for ea5e7a4
media/explain/explain.css
@@ -21,7 +21,7 @@
21
height: 100%;
22
border: none;
23
margin: 0;
24
- border: 2px solid red;
+ /* border: 2px solid red; */
25
}
26
27
media/explain/explain.js
@@ -39,7 +39,7 @@ if (isWindowTooSmall(GRAPH_PADDING)) {
39
padding: "5px",
40
width: "150px", // fixed width
41
shape: "roundrectangle",
42
- "background-color": "var(--vscode-list-activeSelectionBackground)",
+ "background-color": "lightgray",
43
color: "var(--vscode-list-activeSelectionForeground)",
44
label: "data(label)",
45
"text-wrap": "wrap", // enable wrapping
0 commit comments