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

Scope remarkup highlighting better

Summary: These remarkup spans bleed into other areas, but afaik they only seem to be needed on the bright rule. Also normalized the height of the label, which changed when we changed button size.

Test Plan: Review many diffs and inline comments. If this rule altered something else I can't find, let me know?

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+7 -7
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '848ff3d3', 10 + 'core.pkg.css' => '7a2366df', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3500921f', ··· 58 58 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 59 59 'rsrc/css/application/differential/changeset-view.css' => 'e19cfd6e', 60 60 'rsrc/css/application/differential/core.css' => '7ac3cabc', 61 - 'rsrc/css/application/differential/phui-inline-comment.css' => 'ebe46529', 61 + 'rsrc/css/application/differential/phui-inline-comment.css' => 'fc53e7c7', 62 62 'rsrc/css/application/differential/results-table.css' => '181aa9d9', 63 63 'rsrc/css/application/differential/revision-comment.css' => '024dda6b', 64 64 'rsrc/css/application/differential/revision-history.css' => '0e8eb855', ··· 109 109 'rsrc/css/application/uiexample/example.css' => '528b19de', 110 110 'rsrc/css/core/core.css' => '76e8ee93', 111 111 'rsrc/css/core/remarkup.css' => '0037bdbf', 112 - 'rsrc/css/core/syntax.css' => '56c1ba38', 112 + 'rsrc/css/core/syntax.css' => '6b7b24d9', 113 113 'rsrc/css/core/z-index.css' => '3b612549', 114 114 'rsrc/css/diviner/diviner-shared.css' => '38813222', 115 115 'rsrc/css/font/font-awesome.css' => 'e2e712fe', ··· 795 795 'phui-image-mask-css' => '5a8b09c8', 796 796 'phui-info-panel-css' => '27ea50a1', 797 797 'phui-info-view-css' => 'c6f0aef8', 798 - 'phui-inline-comment-view-css' => 'ebe46529', 798 + 'phui-inline-comment-view-css' => 'fc53e7c7', 799 799 'phui-list-view-css' => '2e25ebfb', 800 800 'phui-object-box-css' => '7d160002', 801 801 'phui-object-item-list-view-css' => '9db65899', ··· 834 834 'sprite-menu-css' => '9ef76324', 835 835 'sprite-projects-css' => 'b0d9e24f', 836 836 'sprite-tokens-css' => '1706b943', 837 - 'syntax-highlighting-css' => '56c1ba38', 837 + 'syntax-highlighting-css' => '6b7b24d9', 838 838 'tokens-css' => '3d0f239e', 839 839 'typeahead-browse-css' => 'd8581d2c', 840 840 'unhandled-exception-css' => '37d4f9a2',
+1 -1
webroot/rsrc/css/application/differential/phui-inline-comment.css
··· 278 278 border: 1px solid {$sh-yellowborder}; 279 279 border-radius: 3px; 280 280 display: inline-block; 281 - padding: 3px 8px 4px; 281 + padding: 4px 8px 5px; 282 282 cursor: pointer; 283 283 } 284 284
+1 -1
webroot/rsrc/css/core/syntax.css
··· 15 15 padding: 1px 0 3px; 16 16 } 17 17 18 - .remarkup-code span { 18 + .remarkup-code span.bright { 19 19 border-bottom: 1px solid transparent; 20 20 } 21 21