Skip to content

Commit 2dab8e3

Browse files
authored
Add border radius to monaco-hover (microsoft#183254)
* Add border radius to monaco-hover * Add to remaining hovers
1 parent 046a314 commit 2dab8e3

File tree

2 files changed

+2
-0
lines changed
  • src/vs

2 files changed

+2
-0
lines changed

src/vs/editor/contrib/hover/browser/hover.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
color: var(--vscode-editorHoverWidget-foreground);
1212
background-color: var(--vscode-editorHoverWidget-background);
1313
border: 1px solid var(--vscode-editorHoverWidget-border);
14+
border-radius: 3px;
1415
}
1516

1617
.monaco-editor .monaco-hover a {

src/vs/workbench/services/hover/browser/media/hover.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
max-width: 700px;
1414
background: var(--vscode-editorHoverWidget-background);
1515
border: 1px solid var(--vscode-editorHoverWidget-border);
16+
border-radius: 3px;
1617
color: var(--vscode-editorHoverWidget-foreground);
1718
box-shadow: 0 2px 8px var(--vscode-widget-shadow);
1819
}

0 commit comments

Comments
 (0)