File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
src/webviews/apps/plus/graph Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -125,6 +125,12 @@ export const titlebarStyles = css`
125125` ;
126126
127127export 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 ;
You can’t perform that action at this time.
0 commit comments