未验证 提交 9d14aa15 编写于 作者: M Miguel Solorio 提交者: GitHub

Merge pull request #74569 from microsoft/misolori/octicons-update

Update vscode-octicons-font to 1.3
......@@ -111,11 +111,11 @@
"git": {
"name": "vscode-octicons-font",
"repositoryUrl": "https://github.com/Microsoft/vscode-octicons-font",
"commitHash": "ca261ea7e041b1b01bc68755d0031e823cae3abd"
"commitHash": "d9b9724beb850c6d038afe1cc1d46ba89a6a10ac"
}
},
"license": "MIT",
"version": "1.2.0"
"version": "1.3.0"
},
{
"component": {
......
@font-face {
font-family: "octicons";
src: url("./octicons.ttf?dfb57cc8cb38865560532de9049096c2") format("truetype"),
url("./octicons.svg?dfb57cc8cb38865560532de9049096c2#octicons") format("svg");
src: url("./octicons.ttf?f6919d21f641711143d5590f9de474df") format("truetype"),
url("./octicons.svg?f6919d21f641711143d5590f9de474df#octicons") format("svg");
}
.octicon, .mega-octicon {
......@@ -235,15 +235,14 @@ url("./octicons.svg?dfb57cc8cb38865560532de9049096c2#octicons") format("svg");
.octicon-zap:before { content: "\26a1" }
.octicon-archive:before { content: "\f101" }
.octicon-arrow-both:before { content: "\f102" }
.octicon-configure:before { content: "\f103" }
.octicon-error:before { content: "\f104" }
.octicon-eye-closed:before { content: "\f105" }
.octicon-fold-down:before { content: "\f106" }
.octicon-fold-up:before { content: "\f107" }
.octicon-github-action:before { content: "\f108" }
.octicon-error:before { content: "\f103" }
.octicon-eye-closed:before { content: "\f104" }
.octicon-fold-down:before { content: "\f105" }
.octicon-fold-up:before { content: "\f106" }
.octicon-github-action:before { content: "\f107" }
.octicon-info-outline:before { content: "\f108" }
.octicon-play:before { content: "\f109" }
.octicon-remote:before { content: "\f10a" }
.octicon-request-changes:before { content: "\f10b" }
.octicon-smile:before { content: "\f10c" }
.octicon-tasks:before { content: "\f10d" }
.octicon-warning:before { content: "\f10e" }
.octicon-smiley-outline:before { content: "\f10c" }
.octicon-warning:before { content: "\f10d" }
......@@ -73,7 +73,7 @@ export class FeedbackDropdown extends Dropdown {
contextViewProvider: options.contextViewProvider,
labelRenderer: (container: HTMLElement): IDisposable => {
const label = new OcticonLabel(container);
label.text = '$(smile)';
label.text = '$(smiley)';
return Disposable.None;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册