File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/vs/workbench/contrib/terminal/browser/media Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 450
450
top : 50% ;
451
451
}
452
452
453
- .terminal-command-decoration : not (.default ): hover {
453
+ .monaco-workbench . terminal . terminal-command-decoration : not (.default ): hover {
454
454
cursor : pointer;
455
455
border-radius : 5px ;
456
456
background-color : var (--vscode-toolbar-hoverBackground );
457
457
}
458
- .terminal-command-decoration {
458
+ .monaco-workbench . terminal . terminal-command-decoration {
459
459
color : var (--vscode-terminalCommandDecoration-successBackground );
460
460
}
461
- .terminal-command-decoration .error {
461
+ .monaco-workbench . terminal . terminal-command-decoration .error {
462
462
color : var (--vscode-terminalCommandDecoration-errorBackground );
463
463
}
464
- .terminal-command-decoration .default {
464
+ .monaco-workbench . terminal . terminal-command-decoration .default {
465
465
pointer-events : none;
466
466
color : var (--vscode-terminalCommandDecoration-defaultBackground );
467
467
}
468
- .terminal-command-decoration .quick-fix {
468
+ .monaco-workbench . terminal . terminal-command-decoration .quick-fix {
469
469
color : var (--vscode-editorLightBulb-foreground ) !important ;
470
470
background-color : var (--vscode-terminal-background , --vscode-panel-background );
471
471
}
You can’t perform that action at this time.
0 commit comments