Remove 1x AppIcons, use FontIcons instead

Summary: Removes the 1x application icons, and uses the fonticons instead. Feed was only known location.

Test Plan:
feed, dashboards, grep for use

{F275636}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: hach-que, Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11496
This commit is contained in:
Chad Little
2015-01-25 14:14:41 -08:00
parent 73e1586247
commit 6018ef91b8
92 changed files with 27 additions and 707 deletions

View File

@@ -19,7 +19,7 @@ final class PhabricatorDiffusionApplication extends PhabricatorApplication {
}
public function getFontIcon() {
return 'fa-code';
return 'fa-file-code-o';
}
public function isPinnedByDefault(PhabricatorUser $viewer) {