Skip to content

Commit

Permalink
monaco: fix monaco peek styling
Browse files Browse the repository at this point in the history
The commit updates the monaco peekview-widget `fontFamily` styling.
The title and references are now aligned with the styling of vscode.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Jul 15, 2021
1 parent 8dd8401 commit 3181ed3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,13 @@
}

.monaco-list:not(.drop-target) .monaco-list-row:hover:not(.selected):not(.focused) {
background: var(--theia-list-hoverBackground);
background: var(--theia-list-hoverBackground);
}

.monaco-editor .peekview-widget .head .peekview-title {
font-family: var(--theia-ui-font-family);
}

.monaco-editor .peekview-widget .referenceMatch {
font-family: var(--theia-ui-font-family);
}

0 comments on commit 3181ed3

Please sign in to comment.