@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.

Add some minor padding to !!highlight!! text

Summary: This just reads easier to me.

Test Plan: Highlight some text, see new padding.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '80728a82', 10 + 'core.pkg.css' => '33c07ffc', 11 11 'core.pkg.js' => '47dc9ebb', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 104 104 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 105 105 'rsrc/css/application/uiexample/example.css' => '528b19de', 106 106 'rsrc/css/core/core.css' => '78e8d7ea', 107 - 'rsrc/css/core/remarkup.css' => '2cdbf272', 107 + 'rsrc/css/core/remarkup.css' => '2193fc05', 108 108 'rsrc/css/core/syntax.css' => '9fd11da8', 109 109 'rsrc/css/core/z-index.css' => '57ddcaa2', 110 110 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', ··· 740 740 'phabricator-object-selector-css' => '85ee8ce6', 741 741 'phabricator-phtize' => 'd254d646', 742 742 'phabricator-prefab' => '6920d200', 743 - 'phabricator-remarkup-css' => '2cdbf272', 743 + 'phabricator-remarkup-css' => '2193fc05', 744 744 'phabricator-search-results-css' => '7dea472c', 745 745 'phabricator-shaped-request' => '7cbe244b', 746 746 'phabricator-side-menu-view-css' => 'bec2458e',
+1
webroot/rsrc/css/core/remarkup.css
··· 523 523 524 524 .phabricator-remarkup .remarkup-highlight { 525 525 background-color: {$lightviolet}; 526 + padding: 0 4px; 526 527 }