mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Collapse some equivalent rules to reference files only once
This commit is contained in:
@@ -75,27 +75,17 @@
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.hc-black .monaco-findInput > .controls > .custom-checkbox.case-sensitive,
|
||||
.vs-dark .monaco-findInput > .controls > .custom-checkbox.case-sensitive {
|
||||
background: url('case-sensitive-dark.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.hc-black .monaco-findInput > .controls > .custom-checkbox.whole-word,
|
||||
.vs-dark .monaco-findInput > .controls > .custom-checkbox.whole-word {
|
||||
background: url('whole-word-dark.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.hc-black .monaco-findInput > .controls > .custom-checkbox.regex,
|
||||
.vs-dark .monaco-findInput > .controls > .custom-checkbox.regex {
|
||||
background: url('regex-dark.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
/* High Contrast Theming */
|
||||
.hc-black .monaco-findInput > .controls > .custom-checkbox.case-sensitive:before {
|
||||
content: url('case-sensitive-dark.svg');
|
||||
}
|
||||
|
||||
.hc-black .monaco-findInput > .controls > .custom-checkbox.whole-word:before {
|
||||
content: url('whole-word-dark.svg');
|
||||
}
|
||||
|
||||
.hc-black .monaco-findInput > .controls > .custom-checkbox.regex:before {
|
||||
content: url('regex-dark.svg');
|
||||
}
|
||||
Reference in New Issue
Block a user