提交 bc6e1f53 编写于 作者: B Benjamin Pasero

💄

上级 f78fa110
......@@ -268,6 +268,7 @@ function packageTask(platform, arch, opts) {
.pipe(util.cleanNodeModule('oniguruma', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node']))
.pipe(util.cleanNodeModule('windows-mutex', ['binding.gyp', 'build/**', 'src/**'], ['**/*.node']))
.pipe(util.cleanNodeModule('native-keymap', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node']))
.pipe(util.cleanNodeModule('jschardet', ['dist/**']))
.pipe(util.cleanNodeModule('windows-foreground-love', ['binding.gyp', 'build/**', 'src/**'], ['**/*.node']))
.pipe(util.cleanNodeModule('gc-signals', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node', 'src/index.js']))
.pipe(util.cleanNodeModule('v8-profiler', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node', 'src/index.js']))
......
......@@ -121,19 +121,17 @@
box-shadow: 0 5px 8px #000;
}
.quick-open-widget .quick-open-tree .quick-open-entry .quick-open-help-entry-label {
color: #007ACC;
}
.vs-dark .quick-open-widget .quick-open-tree .quick-open-entry .quick-open-help-entry-label {
color: #0097FB;
.hc-black .quick-open-widget {
box-shadow: none;
}
.quick-open-widget .quick-open-tree .results-group {
.quick-open-widget .quick-open-tree .results-group,
.quick-open-widget .quick-open-tree .quick-open-entry .quick-open-help-entry-label {
color: #007ACC;
}
.vs-dark .quick-open-widget .quick-open-tree .results-group {
.vs-dark .quick-open-widget .quick-open-tree .results-group,
.vs-dark .quick-open-widget .quick-open-tree .quick-open-entry .quick-open-help-entry-label {
color: #0097FB;
}
......@@ -168,10 +166,6 @@
color: inherit;
}
.hc-black .quick-open-widget {
box-shadow: none;
}
.hc-black .quick-open-widget .monaco-tree.focused .monaco-tree-row.focused:not(.highlighted) > .content.actions > .primary-action-bar,
.hc-black .quick-open-widget .monaco-tree.focused .monaco-tree-row.selected:not(.highlighted) > .content.actions > .primary-action-bar,
.hc-black .quick-open-widget .monaco-tree .monaco-tree-row.focused:not(.highlighted) > .content.actions > .primary-action-bar,
......
......@@ -409,8 +409,7 @@
}
.vs-dark .search-viewlet .global-exclude input.disabled {
color: #FFF;
opacity: .5;
opacity: .5 !important;
}
.vs-dark .search-viewlet .filematch {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册