mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
style(quick-input): replace fixed border-radius with variable for consistency
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
|
||||
.monaco-workbench .quick-input-widget .quick-input-filter .monaco-inputbox {
|
||||
background: color-mix(in srgb, var(--vscode-input-background) 60%, transparent) !important;
|
||||
border-radius: 6px;
|
||||
/* border-radius: 6px; */
|
||||
}
|
||||
|
||||
/* Chat Widget */
|
||||
|
||||
Reference in New Issue
Block a user