mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
fix styles to apply to error message correctly (#10505)
This commit is contained in:
@@ -210,7 +210,7 @@ export class MessagePanel extends Disposable {
|
||||
const errorColor = theme.getColor(resultsErrorColor);
|
||||
const content: string[] = [];
|
||||
if (errorColor) {
|
||||
content.push(`.message-tree .monaco-tree-rows .error-message { color: ${errorColor}; }`);
|
||||
content.push(`.message-tree .monaco-list-rows .error-message { color: ${errorColor}; }`);
|
||||
}
|
||||
|
||||
const newStyles = content.join('\n');
|
||||
|
||||
Reference in New Issue
Block a user