@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix FontAwesome fonts in Firefox

Summary: Fixes T7983. Moves FontAwesome to only affect the :before attribute, which all icons are based on.

Test Plan: Tested Chrome, Safari, Firefox on Mac. Chrome, Firefox, IE on Windows.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7983

Differential Revision: https://secure.phabricator.com/D12635

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '8ff1e850', 10 + 'core.pkg.css' => 'fa185729', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3500921f', ··· 112 112 'rsrc/css/core/syntax.css' => '56c1ba38', 113 113 'rsrc/css/core/z-index.css' => '5a2b9d9d', 114 114 'rsrc/css/diviner/diviner-shared.css' => '38813222', 115 - 'rsrc/css/font/font-awesome.css' => 'ae9a7b4d', 115 + 'rsrc/css/font/font-awesome.css' => 'e2e712fe', 116 116 'rsrc/css/font/font-source-sans-pro.css' => '8906c07b', 117 117 'rsrc/css/font/phui-font-icon-base.css' => '3dad2ae3', 118 118 'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82', ··· 538 538 'diffusion-readme-css' => '2106ea08', 539 539 'diffusion-source-css' => '66fdf661', 540 540 'diviner-shared-css' => '38813222', 541 - 'font-fontawesome' => 'ae9a7b4d', 541 + 'font-fontawesome' => 'e2e712fe', 542 542 'font-source-sans-pro' => '8906c07b', 543 543 'global-drag-and-drop-css' => '697324ad', 544 544 'harbormaster-css' => '49d64eb4',
+1 -1
webroot/rsrc/css/font/font-awesome.css
··· 15 15 font-weight: normal; 16 16 font-style: normal; 17 17 } 18 - .phui-font-fa { 18 + .phui-font-fa:before { 19 19 font-family: FontAwesome; 20 20 } 21 21 /* makes the font 33% larger relative to the icon container */