mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
style(suggest-widget): replace fixed border-radius with variable for consistency
This commit is contained in:
@@ -187,9 +187,9 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.monaco-workbench .monaco-editor .suggest-widget .monaco-list {
|
||||
/* .monaco-workbench .monaco-editor .suggest-widget .monaco-list {
|
||||
border-radius: var(--radius-lg);
|
||||
}
|
||||
} */
|
||||
|
||||
.monaco-workbench .quick-input-widget .monaco-list-rows {
|
||||
background: transparent !important;
|
||||
|
||||
Reference in New Issue
Block a user