Skip to content

Commit

Permalink
Adding back the CSS into the hover code (#213831)
Browse files Browse the repository at this point in the history
* adding back the appropiate css

* removing the padding bottom maybe not needed?
  • Loading branch information
aiday-mar authored May 30, 2024
1 parent bc15ede commit 70806e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vs/editor/contrib/hover/browser/hover.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
background-color: var(--vscode-editor-hoverHighlightBackground);
}

.monaco-editor .monaco-hover-content {
padding-right: 2px;
box-sizing: border-box;
}

.monaco-editor .monaco-hover {
color: var(--vscode-editorHoverWidget-foreground);
background-color: var(--vscode-editorHoverWidget-background);
Expand Down

0 comments on commit 70806e3

Please sign in to comment.