提交 8b960d5d 编写于 作者: B bgashler1@users.noreply.github.com

Merge branch 'master' of https://github.com/Microsoft/vscode

......@@ -3,22 +3,22 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;" xml:space="preserve">
<style type="text/css">
.st0{opacity:9.000000e-002;fill:#FFFFFF;}
.st0{opacity:0.1;fill:#FFFFFF;}
.st1{fill:#5A5A5A;}
.st2{fill:none;stroke:#C5C5C5;stroke-miterlimit:10;}
</style>
<rect x="2" y="2" class="st0" width="11" height="11"/>
<g id="iconBg">
<g>
<path class="st1" d="M12,3v9H3V3H12 M13,2H2v11h11V2L13,2z"/>
</g>
</g>
<rect x="3" y="3" class="st0" width="9" height="9"/>
<g>
<g>
<line class="st2" x1="11" y1="7.5" x2="4" y2="7.5"/>
<path class="st1" d="M11,4v7H4V4H11 M12,3H3v9h9V3L12,3z"/>
</g>
<g>
<line class="st2" x1="7.5" y1="4" x2="7.5" y2="11"/>
<g>
<line class="st2" x1="10" y1="7.5" x2="5" y2="7.5"/>
</g>
<g>
<line class="st2" x1="7.5" y1="5" x2="7.5" y2="10"/>
</g>
</g>
</g>
</svg>
......@@ -4,17 +4,23 @@
viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;" xml:space="preserve">
<style type="text/css">
.st0{fill:#E8E8E8;}
.st1{fill:none;stroke:#6B6B6B;stroke-miterlimit:10;}
.st2{fill:#B6B6B6;}
.st1{fill:#B6B6B6;}
.st2{fill:none;stroke:#6B6B6B;stroke-miterlimit:10;}
</style>
<rect x="2" y="2" class="st0" width="11" height="11"/>
<rect x="3" y="3" class="st0" width="9" height="9"/>
<g>
<line class="st1" x1="7.5" y1="4" x2="7.5" y2="11"/>
<line class="st1" x1="11" y1="7.5" x2="4" y2="7.5"/>
</g>
<g id="iconBg">
<g>
<path class="st2" d="M12,3v9H3V3H12 M13,2H2v11h11V2L13,2z"/>
<path class="st1" d="M11,4v7H4V4H11 M12,3H3v9h9V3L12,3z"/>
</g>
<g>
<g>
<line class="st2" x1="10" y1="7.5" x2="5" y2="7.5"/>
</g>
</g>
<g>
<g>
<line class="st2" x1="7.5" y1="5" x2="7.5" y2="10"/>
</g>
</g>
</g>
</svg>
......@@ -6,12 +6,16 @@
.st0{fill:#5A5A5A;}
.st1{fill:none;stroke:#C5C5C5;stroke-miterlimit:10;}
</style>
<g id="iconBg">
<g>
<g>
<path class="st0" d="M12,3v9H3V3H12 M13,2H2v11h11V2L13,2z"/>
<g>
<path class="st0" d="M11,4v7H4V4H11 M12,3H3v9h9V3L12,3z"/>
</g>
<g>
<g>
<line class="st1" x1="10" y1="7.5" x2="5" y2="7.5"/>
</g>
</g>
</g>
</g>
<g>
<line class="st1" x1="11" y1="7.5" x2="4" y2="7.5"/>
</g>
</svg>
......@@ -6,12 +6,14 @@
.st0{fill:#B6B6B6;}
.st1{fill:none;stroke:#6B6B6B;stroke-miterlimit:10;}
</style>
<g id="iconBg">
<g>
<g>
<path class="st0" d="M12,3v9H3V3H12 M13,2H2v11h11V2L13,2z"/>
<path class="st0" d="M11,4v7H4V4H11 M12,3H3v9h9V3L12,3z"/>
</g>
<g>
<g>
<line class="st1" x1="10" y1="7.5" x2="5" y2="7.5"/>
</g>
</g>
</g>
<g>
<line class="st1" x1="11" y1="7.5" x2="4" y2="7.5"/>
</g>
</svg>
......@@ -19,3 +19,7 @@
.monaco-workbench.vs-dark > .part > .composite.title > .title-label span {
color: #bbbbbb;
}
.monaco-workbench.hc-black > .part > .composite.title > .title-label span {
color: #fff;
}
......@@ -42,6 +42,10 @@
height: 13px;
}
.monaco-workbench.hc-black .search-viewlet .query-details .more {
background: url('ellipsis-inverse.svg') top center no-repeat;
}
.monaco-workbench.vs-dark .search-viewlet .query-details .more {
background: url('ellipsis-inverse.svg') top center no-repeat;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册