Skip to content

Commit 1612960

Browse files
authored
1 parent 405366d commit 1612960

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/vs/workbench/contrib/preferences/browser/media/keybindingsEditor.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,22 @@
162162

163163
/** Source column styling **/
164164
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table-tr .monaco-table-td .source a {
165-
color: var(--vscode-textLink-foreground);
166165
cursor: pointer;
167166
}
168167

168+
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-list-row:not(.focused):not(.selected) .monaco-table-tr .monaco-table-td .source a {
169+
color: var(--vscode-textLink-foreground);
170+
}
171+
169172
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table-tr .monaco-table-td .source a:hover {
170173
text-decoration: underline;
174+
}
175+
176+
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-list-row:not(.focused):not(.selected) .monaco-table-tr .monaco-table-td .source a:hover {
171177
color: var(--vscode-textLink-activeForeground);
172178
}
173179

174-
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table-tr .monaco-table-td .source a:active {
180+
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-list-row:not(.focused):not(.selected) .monaco-table-tr .monaco-table-td .source a:active {
175181
color: var(--vscode-textLink-activeForeground);
176182
}
177183

@@ -219,12 +225,15 @@
219225
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table .monaco-list-row.selected.focused .monaco-table-tr .monaco-table-td .monaco-keybinding-key {
220226
color: var(--vscode-list-inactiveSelectionForeground);
221227
}
228+
222229
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table .monaco-list-row.focused .monaco-table-tr .monaco-table-td .monaco-keybinding-key {
223230
color: var(--vscode-list-focusForeground);
224231
}
232+
225233
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table.focused .monaco-list-row.selected .monaco-table-tr .monaco-table-td .monaco-keybinding-key {
226234
color: var(--vscode-list-activeSelectionForeground);
227235
}
236+
228237
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table .monaco-list-row:hover:not(.selected):not(.focused) .monaco-table-tr .monaco-table-td .monaco-keybinding-key {
229238
color: var(--vscode-list-hoverForeground);
230239
}

0 commit comments

Comments
 (0)