Skip to content

Commit

Permalink
Fix #79859, use correct reference for error icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 27, 2019
1 parent 621df58 commit 8211589
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/vs/base/browser/ui/octiconLabel/octicons/octicons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: "octicons";
src: url("./octicons.ttf?759e9adce5213a11e27cd79af7448e2e") format("truetype"),
url("./octicons.svg?759e9adce5213a11e27cd79af7448e2e#octicons") format("svg");
src: url("./octicons.ttf?05c5628ba539c873b956683ef1ed7b88") format("truetype"),
url("./octicons.svg?05c5628ba539c873b956683ef1ed7b88#octicons") format("svg");
}

.octicon, .mega-octicon {
Expand Down Expand Up @@ -157,7 +157,7 @@ url("./octicons.svg?759e9adce5213a11e27cd79af7448e2e#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-filled:before { content: "\26b6" }
.octicon-organization-outline:before { content: "\f037" }
.octicon-package:before { content: "\f0c4" }
.octicon-paintcan:before { content: "\f0d1" }
Expand Down
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/octiconLabel/octicons/octicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/vs/base/browser/ui/octiconLabel/octicons/octicons.ttf
Binary file not shown.
8 changes: 4 additions & 4 deletions src/vs/base/browser/ui/octiconLabel/octicons/octicons2.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: "octicons2";
src: url("./octicons2.ttf?e9cbaa049a291f47ea2a38815e18222e") format("truetype"),
url("./octicons2.svg?e9cbaa049a291f47ea2a38815e18222e#octicons2") format("svg");
src: url("./octicons2.ttf?d963b05ee5ff3bfe9f854a5216888de7") format("truetype"),
url("./octicons2.svg?d963b05ee5ff3bfe9f854a5216888de7#octicons2") format("svg");
}

.octicon, .mega-octicon {
Expand Down Expand Up @@ -157,7 +157,7 @@ url("./octicons2.svg?e9cbaa049a291f47ea2a38815e18222e#octicons2") format("svg");
.octicon-note:before { content: "\f289" }
.octicon-octoface:before { content: "\f008" }
.octicon-organization:before { content: "\f037" }
.octicon-organization-filled: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" }
Expand Down Expand Up @@ -233,7 +233,7 @@ url("./octicons2.svg?e9cbaa049a291f47ea2a38815e18222e#octicons2") format("svg");
.octicon-watch:before { content: "\f0e0" }
.octicon-x:before { content: "\f081" }
.octicon-zap:before { content: "\26a1" }
.octicon-error:before { content: "\26a2" }
.octicon-error:before { content: "\26b1" }
.octicon-eye-closed:before { content: "\26a3" }
.octicon-fold-down:before { content: "\26a4" }
.octicon-fold-up:before { content: "\26a5" }
Expand Down
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/octiconLabel/octicons/octicons2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/vs/base/browser/ui/octiconLabel/octicons/octicons2.ttf
Binary file not shown.

0 comments on commit 8211589

Please sign in to comment.