Skip to content

Commit 01454ad

Browse files
committed
Fixes menu color issues in the graph
1 parent 0b07098 commit 01454ad

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

src/webviews/apps/plus/graph/graph.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,11 @@ button:not([disabled]),
234234
// }
235235
// }
236236

237-
// don't see usage
238-
// .popover::part(body) {
239-
// padding: 0;
240-
// font-size: var(--vscode-font-size);
241-
// background-color: var(--vscode-menu-background);
242-
// }
237+
.popover::part(body) {
238+
padding: 0;
239+
font-size: var(--vscode-font-size);
240+
background-color: var(--vscode-menu-background);
241+
}
243242

244243
// header
245244
// .jump-to-ref {

src/webviews/apps/plus/graph/styles/header.css.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ export const titlebarStyles = css`
125125
`;
126126

127127
export const graphHeaderControlStyles = css`
128+
.popover::part(body) {
129+
padding: 0;
130+
font-size: var(--vscode-font-size);
131+
background-color: var(--vscode-menu-background);
132+
}
133+
128134
.shrink {
129135
max-width: fit-content;
130136
transition: all 0.2s;

0 commit comments

Comments
 (0)