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

Use underlines instead of background color to show file moves/renames

Summary: Ref T13520. This is a style tweak that I think looks a little cleaner.

Test Plan: {F7410424}

Maniphest Tasks: T13520

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

+7 -7
+3 -3
resources/celerity/map.php
··· 12 12 'core.pkg.css' => '589cd2fe', 13 13 'core.pkg.js' => '49814bac', 14 14 'dark-console.pkg.js' => '187792c2', 15 - 'differential.pkg.css' => '73cf6fb1', 15 + 'differential.pkg.css' => '2d70b7b9', 16 16 'differential.pkg.js' => 'c8f88d74', 17 17 'diffusion.pkg.css' => '42c75c37', 18 18 'diffusion.pkg.js' => 'a98c0bf7', ··· 69 69 'rsrc/css/application/differential/revision-comment.css' => '7dbc8d1d', 70 70 'rsrc/css/application/differential/revision-history.css' => '8aa3eac5', 71 71 'rsrc/css/application/differential/revision-list.css' => '93d2df7d', 72 - 'rsrc/css/application/differential/table-of-contents.css' => 'e7f8c50e', 72 + 'rsrc/css/application/differential/table-of-contents.css' => 'bba788b9', 73 73 'rsrc/css/application/diffusion/diffusion-icons.css' => '23b31a1b', 74 74 'rsrc/css/application/diffusion/diffusion-readme.css' => 'b68a76e4', 75 75 'rsrc/css/application/diffusion/diffusion-repository.css' => 'b89e8c6c', ··· 566 566 'differential-revision-comment-css' => '7dbc8d1d', 567 567 'differential-revision-history-css' => '8aa3eac5', 568 568 'differential-revision-list-css' => '93d2df7d', 569 - 'differential-table-of-contents-css' => 'e7f8c50e', 569 + 'differential-table-of-contents-css' => 'bba788b9', 570 570 'diffusion-css' => 'b54c77b0', 571 571 'diffusion-icons-css' => '23b31a1b', 572 572 'diffusion-readme-css' => 'b68a76e4',
+4 -4
webroot/rsrc/css/application/differential/table-of-contents.css
··· 106 106 } 107 107 108 108 .diff-toc-path div.diff-path-component-new { 109 - padding: 0 4px; 110 - background: {$new-bright}; 109 + padding: 0 2px; 110 + box-shadow: inset 0 -2px {$new-bright}; 111 111 margin: 0 2px; 112 112 } 113 113 114 114 .diff-toc-path div.diff-path-component-old { 115 - padding: 0 4px; 116 - background: {$old-bright}; 115 + padding: 0 2px; 116 + box-shadow: inset 0 -2px {$old-bright}; 117 117 margin: 0 2px; 118 118 } 119 119