Browse Source

Fixes graph tooltip font/size

main
Eric Amodio 2 years ago
parent
commit
2790977030
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/webviews/apps/plus/graph/graph.scss

+ 5
- 1
src/webviews/apps/plus/graph/graph.scss View File

@ -756,8 +756,12 @@ a {
.tooltip.bottom-right .tooltip-arrow {
border-bottom-color: var(--color-hover-border);
}
.tooltip {
font-size: var(--vscode-font-size);
font-family: var(--vscode-font-family);
}
.tooltip-inner {
font-size: var(--editor-font-size);
font-size: 1.2rem;
padding: 0.3rem 0.6rem;
color: var(--color-hover-foreground);
background-color: var(--color-hover-background);

Loading…
Cancel
Save