mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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 errorColor = theme.getColor(resultsErrorColor);
|
||||||
const content: string[] = [];
|
const content: string[] = [];
|
||||||
if (errorColor) {
|
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');
|
const newStyles = content.join('\n');
|
||||||
|
|||||||
Reference in New Issue
Block a user