mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
style: enhance keybinding key visibility on hover in quick input list
This commit is contained in:
@@ -346,7 +346,8 @@
|
||||
color: inherit
|
||||
}
|
||||
|
||||
.quick-input-list .monaco-list-row.focused .monaco-keybinding-key {
|
||||
.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,
|
||||
.quick-input-list .monaco-list-row:hover .monaco-keybinding-key {
|
||||
background: none;
|
||||
border-color: var(--vscode-widget-shadow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user