提交 69bec97f 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #19661 from Microsoft/tyriar/19647

Use important for vs-whitespace
......@@ -304,7 +304,7 @@ class EditorWhiteSpaceStyleRules extends EditorStyleRules {
public getCssRules(theme: Theme, cssRules: string[]): void {
if (theme.getGlobalSettings().invisibles) {
let invisibles = new Color(theme.getGlobalSettings().invisibles);
cssRules.push(`.vs-whitespace { color: ${invisibles}; }`);
cssRules.push(`.vs-whitespace { color: ${invisibles} !important; }`);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册