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:
mrleemurray
2026-03-03 10:46:54 +00:00
parent 5c7e861e70
commit a6e427ed1f
56 changed files with 145 additions and 251 deletions

View File

@@ -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,