Update Octicons to fix rendering bug and add new icon mapping defaults

This commit is contained in:
Miguel Solorio 2019-01-07 14:48:29 -08:00
parent ed020372d7
commit 7181890e37
4 changed files with 18 additions and 16 deletions

View file

@ -111,7 +111,7 @@
"git": {
"name": "vscode-octicons-font",
"repositoryUrl": "https://github.com/Microsoft/vscode-octicons-font",
"commitHash": "3752426de46430e63fb8333f073b1d3bb1c8b104"
"commitHash": "174697a8d28a65dc6600c44d239bd75f7d157c71"
}
},
"license": "MIT",

View file

@ -1,7 +1,7 @@
@font-face {
font-family: "octicons";
src: url("./octicons.ttf?1bb24181fd8a43af3b7da2880004ad79") format("truetype"),
url("./octicons.svg?1bb24181fd8a43af3b7da2880004ad79#octicons") format("svg");
src: url("./octicons.ttf?7b4c09277b7efac707b034fae8e52ed0") format("truetype"),
url("./octicons.svg?7b4c09277b7efac707b034fae8e52ed0#octicons") format("svg");
}
.octicon, .mega-octicon {
@ -157,12 +157,16 @@ url("./octicons.svg?1bb24181fd8a43af3b7da2880004ad79#octicons") format("svg");
.octicon-note:before { content: "\f289" }
.octicon-octoface:before { content: "\f008" }
.octicon-organization:before { content: "\f037" }
.octicon-organization-filled:before { content: "\26a2" }
.octicon-organization-outline:before { content: "\f037" }
.octicon-package:before { content: "\f0c4" }
.octicon-paintcan:before { content: "\f0d1" }
.octicon-pencil:before { content: "\f058" }
.octicon-person-add:before { content: "\f018" }
.octicon-person-follow:before { content: "\f018" }
.octicon-person:before { content: "\f018" }
.octicon-person-filled:before { content: "\26a3" }
.octicon-person-outline:before { content: "\f018" }
.octicon-pin:before { content: "\f041" }
.octicon-plug:before { content: "\f0d4" }
.octicon-plus-small:before { content: "\f28a" }
@ -235,6 +239,4 @@ url("./octicons.svg?1bb24181fd8a43af3b7da2880004ad79#octicons") format("svg");
.octicon-fold-down:before { content: "\f104" }
.octicon-fold-up:before { content: "\f105" }
.octicon-github-action:before { content: "\f106" }
.octicon-organization-filled:before { content: "\f107" }
.octicon-person-filled:before { content: "\f108" }
.octicon-play:before { content: "\f109" }
.octicon-play:before { content: "\f107" }

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB