mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Merge pull request #295166 from microsoft/mrleemurray/double-bronze-gibbon
Enhance quick input widget styling for better visibility and interaction
This commit is contained in:
@@ -199,6 +199,14 @@
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.monaco-workbench .quick-input-widget .quick-input-list .monaco-list-rows {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.monaco-workbench.vs .quick-input-widget .quick-input-list .monaco-list-row:hover:not(.selected):not(.focused) {
|
||||
background-color: color-mix(in srgb, var(--vscode-list-hoverBackground) 95%, black) !important;
|
||||
}
|
||||
|
||||
.monaco-workbench .monaco-editor .suggest-widget .monaco-list {
|
||||
border-radius: var(--radius-lg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user