提交 de8fbfdb 编写于 作者: A Alex Dima

Fixes #19374

上级 2210bcd2
...@@ -3,26 +3,29 @@ ...@@ -3,26 +3,29 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
.vs .monaco-case-sensitive { .vs .custom-checkbox.monaco-case-sensitive {
background: url('case-sensitive.svg') center center no-repeat; background: url('case-sensitive.svg') center center no-repeat;
} }
.hc-black .monaco-case-sensitive, .hc-black .custom-checkbox.monaco-case-sensitive,
.vs-dark .monaco-case-sensitive { .hc-black .custom-checkbox.monaco-case-sensitive:hover,
.vs-dark .custom-checkbox.monaco-case-sensitive {
background: url('case-sensitive-dark.svg') center center no-repeat; background: url('case-sensitive-dark.svg') center center no-repeat;
} }
.vs .monaco-whole-word { .vs .custom-checkbox.monaco-whole-word {
background: url('whole-word.svg') center center no-repeat; background: url('whole-word.svg') center center no-repeat;
} }
.hc-black .monaco-whole-word, .hc-black .custom-checkbox.monaco-whole-word,
.vs-dark .monaco-whole-word { .hc-black .custom-checkbox.monaco-whole-word:hover,
.vs-dark .custom-checkbox.monaco-whole-word {
background: url('whole-word-dark.svg') center center no-repeat; background: url('whole-word-dark.svg') center center no-repeat;
} }
.vs .monaco-regex { .vs .custom-checkbox.monaco-regex {
background: url('regex.svg') center center no-repeat; background: url('regex.svg') center center no-repeat;
} }
.hc-black .monaco-regex, .hc-black .custom-checkbox.monaco-regex,
.vs-dark .monaco-regex { .hc-black .custom-checkbox.monaco-regex:hover,
.vs-dark .custom-checkbox.monaco-regex {
background: url('regex-dark.svg') center center no-repeat; background: url('regex-dark.svg') center center no-repeat;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册