File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
src/vs/workbench/contrib/preferences/browser/media Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 162
162
163
163
/** Source column styling **/
164
164
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table-tr .monaco-table-td .source a {
165
- color : var (--vscode-textLink-foreground );
166
165
cursor : pointer;
167
166
}
168
167
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
+
169
172
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table-tr .monaco-table-td .source a : hover {
170
173
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 {
171
177
color : var (--vscode-textLink-activeForeground );
172
178
}
173
179
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 {
175
181
color : var (--vscode-textLink-activeForeground );
176
182
}
177
183
219
225
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table .monaco-list-row .selected .focused .monaco-table-tr .monaco-table-td .monaco-keybinding-key {
220
226
color : var (--vscode-list-inactiveSelectionForeground );
221
227
}
228
+
222
229
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table .monaco-list-row .focused .monaco-table-tr .monaco-table-td .monaco-keybinding-key {
223
230
color : var (--vscode-list-focusForeground );
224
231
}
232
+
225
233
.keybindings-editor > .keybindings-body > .keybindings-table-container .monaco-table .focused .monaco-list-row .selected .monaco-table-tr .monaco-table-td .monaco-keybinding-key {
226
234
color : var (--vscode-list-activeSelectionForeground );
227
235
}
236
+
228
237
.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 {
229
238
color : var (--vscode-list-hoverForeground );
230
239
}
You can’t perform that action at this time.
0 commit comments