Skip to content

Commit fd3ee03

Browse files
committed
Add specificity to other decoration rules
1 parent 7d206cd commit fd3ee03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminal/browser/media/terminal.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,11 +461,11 @@
461461
.monaco-workbench .terminal .terminal-command-decoration.error {
462462
color: var(--vscode-terminalCommandDecoration-errorBackground);
463463
}
464-
.terminal-command-decoration.default {
464+
.monaco-workbench .terminal .terminal-command-decoration.default {
465465
pointer-events: none;
466466
color: var(--vscode-terminalCommandDecoration-defaultBackground);
467467
}
468-
.terminal-command-decoration.quick-fix {
468+
.monaco-workbench .terminal .terminal-command-decoration.quick-fix {
469469
color: var(--vscode-editorLightBulb-foreground) !important;
470470
background-color: var(--vscode-terminal-background, --vscode-panel-background);
471471
}

0 commit comments

Comments
 (0)