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]),
234
234
// }
235
235
// }
236
236
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
+ }
243
242
244
243
// header
245
244
// .jump-to-ref {
Original file line number Diff line number Diff line change @@ -125,6 +125,12 @@ export const titlebarStyles = css`
125
125
` ;
126
126
127
127
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
+
128
134
.shrink {
129
135
max-width : fit-content;
130
136
transition : all 0.2s ;
You can’t perform that action at this time.
0 commit comments