Skip to content

Commit 20eabb9

Browse files
committed
Fixes popover menu bg colors
1 parent ee07d18 commit 20eabb9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ button:not([disabled]),
245245
.popover::part(body) {
246246
padding: 0;
247247
font-size: var(--vscode-font-size);
248+
background-color: var(--vscode-menu-background);
248249
}
249250

250251
.jump-to-ref {

src/webviews/apps/shared/components/search/search-input.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ export class GlSearchInput extends GlElement {
289289
.popover::part(body) {
290290
padding: 0 0 0.5rem 0;
291291
font-size: var(--vscode-font-size);
292+
background-color: var(--vscode-menu-background);
292293
}
293294
`;
294295

0 commit comments

Comments
 (0)