提交 e92940c0 编写于 作者: M Martin Aeschlimann

Hightlight of closing tag doesn't work in High Contrast theme. Fixes #22084

上级 b266419e
......@@ -9,8 +9,8 @@
.monaco-editor.vs .wordHighlight { background: rgba(87, 87, 87, 0.25); }
.monaco-editor.vs-dark .wordHighlight { background: rgba(87, 87, 87, 0.72); }
.monaco-editor.hc-black .wordHighlight { background: none; }
.monaco-editor.hc-black .wordHighlight { background: none; border: 1px dashed #f38518; box-sizing: border-box; }
.monaco-editor.vs .wordHighlightStrong { background: rgba(14, 99, 156, 0.25); }
.monaco-editor.vs-dark .wordHighlightStrong { background: rgba(0, 73, 114, 0.72); }
.monaco-editor.hc-black .wordHighlightStrong { background: none; }
.monaco-editor.hc-black .wordHighlightStrong { background: none; border: 1px dashed #f38518; box-sizing: border-box;}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册