diff --git a/src/vs/workbench/parts/preferences/browser/media/keybindingsEditor.css b/src/vs/workbench/parts/preferences/browser/media/keybindingsEditor.css index 795dcfa443f25499136a0c421f615a8db6c8e210..46686424478e2edbdf65d332e9fba20402cd1bfe 100644 --- a/src/vs/workbench/parts/preferences/browser/media/keybindingsEditor.css +++ b/src/vs/workbench/parts/preferences/browser/media/keybindingsEditor.css @@ -71,6 +71,10 @@ background-color: rgba(130, 130, 130, 0.04); } +.keybindings-editor > .keybindings-body > .keybindings-list-container .monaco-list-row:hover { + background-color: rgba(128, 128, 128, 0.15); +} + .keybindings-editor > .keybindings-body .keybindings-list-container .monaco-list-row.keybindings-list-header.focused, .keybindings-editor > .keybindings-body .keybindings-list-container .monaco-list-row.keybindings-list-header.selected, .keybindings-editor > .keybindings-body .keybindings-list-container .monaco-list-row.keybindings-list-header:hover {