mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
style(parameter-hints): update border-radius to use theme variable for consistency
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
color: var(--vscode-editorHoverWidget-foreground);
|
||||
background-color: var(--vscode-editorHoverWidget-background);
|
||||
border: 1px solid var(--vscode-editorHoverWidget-border);
|
||||
border-radius: var(--vscode-cornerRadius-large);
|
||||
}
|
||||
|
||||
.hc-black .monaco-editor .parameter-hints-widget,
|
||||
|
||||
Reference in New Issue
Block a user