mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
style(quick-input): replace fixed border-radius with variable for consistency
This commit is contained in:
@@ -125,7 +125,6 @@
|
||||
/* Quick Input (Command Palette) */
|
||||
.monaco-workbench .quick-input-widget {
|
||||
box-shadow: var(--shadow-xl) !important;
|
||||
border-radius: 12px;
|
||||
background-color: color-mix(in srgb, var(--vscode-quickInput-background) 60%, transparent) !important;
|
||||
backdrop-filter: var(--backdrop-blur-lg);
|
||||
-webkit-backdrop-filter: var(--backdrop-blur-lg);
|
||||
|
||||
Reference in New Issue
Block a user