mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
refactor: update box-shadow styles across various components to use new shadow variables
- Replaced hardcoded box-shadow values with new CSS variables for consistency and improved theming. - Updated styles in postEditWidget, findOptionsWidget, findWidget, floatingMenu, hover, parameterHints, peekViewWidget, renameWidget, stickyScroll, suggest, actionWidget, hover, quickInput, agentFeedback components, and more. - Introduced new shadow variables: --vscode-shadow-sm, --vscode-shadow-md, --vscode-shadow-lg, --vscode-shadow-xl, and --vscode-shadow-hover for better control over shadow effects. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
background-color: var(--vscode-editorHoverWidget-background);
|
||||
border: 1px solid var(--vscode-editorHoverWidget-border);
|
||||
border-radius: var(--vscode-cornerRadius-large);
|
||||
box-shadow: var(--vscode-shadow-lg);
|
||||
}
|
||||
|
||||
.hc-black .monaco-editor .parameter-hints-widget,
|
||||
|
||||
Reference in New Issue
Block a user