Refresh master with initial release/0.24 snapshot (#332)

* Initial port of release/0.24 source code

* Fix additional headers

* Fix a typo in launch.json
This commit is contained in:
Karl Burtram
2017-12-15 15:38:57 -08:00
committed by GitHub
parent 271b3a0b82
commit 6ad0df0e3e
7118 changed files with 107999 additions and 56466 deletions

View File

@@ -81,9 +81,9 @@
content: url("status_success.svg");
}
.vs .icon.cancelled,
.vs-dark .icon.cancelled,
.hc-black .icon.cancelled {
.vs .icon.canceled,
.vs-dark .icon.canceled,
.hc-black .icon.canceled {
content: url("status_cancelled.svg");
}
@@ -99,9 +99,9 @@
.vs .icon.scriptToClipboard,
.vs-dark .icon.scriptToClipboard,
.hc-black .icon.scriptToClipboard {
content: url('script_to_clipboard.svg');
width: auto !important;
height: 25px;
background-image: url('script_to_clipboard.svg');
background-repeat: no-repeat;
background-position: 2px center;
}
.vs .icon.close {
@@ -171,4 +171,13 @@
.vs .icon.configure-dashboard {
background: url('configdashboard.svg') center center no-repeat;
}
}
.hc-black .icon.edit,
.vs-dark .icon.edit {
background: url('edit_inverse.svg') center center no-repeat;
}
.vs .icon.edit {
background: url('edit.svg') center center no-repeat;
}

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M16 4.28l-11.673 11.72h-4.327v-4.406l11.477-11.594h.308l4.215 4.237v.043z" id="outline" style="display: none;"/><path class="icon-vs-bg" d="M14.598 4.25l-1.688 1.75-3-3 1.688-1.75 3 3zm-5.688-.25l-7 7 3 3 7-7-3-3zm-7.91 8.09v2.91h2.91l-2.91-2.91z" id="iconBg"/></svg>

After

Width:  |  Height:  |  Size: 571 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#2d2d30;} .icon-vs-out{fill:#2d2d30;} .icon-vs-bg{fill:#c5c5c5;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M16 4.28l-11.673 11.72h-4.327v-4.406l11.477-11.594h.308l4.215 4.237v.043z" id="outline" style="display: none;"/><path class="icon-vs-bg" d="M14.598 4.25l-1.688 1.75-3-3 1.688-1.75 3 3zm-5.688-.25l-7 7 3 3 7-7-3-3zm-7.91 8.09v2.91h2.91l-2.91-2.91z" id="iconBg"/></svg>

After

Width:  |  Height:  |  Size: 571 B