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

Unhighlight bright code in coverage

Summary:
It looks weird:
{F10953, size=full}

Test Plan: Hover coverage.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

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

vrana 1c5412eb db20c740

+22 -19
+16 -16
src/__celerity_resource_map__.php
··· 538 538 ), 539 539 'differential-changeset-view-css' => 540 540 array( 541 - 'uri' => '/res/a352da17/rsrc/css/application/differential/changeset-view.css', 541 + 'uri' => '/res/4ce438cd/rsrc/css/application/differential/changeset-view.css', 542 542 'type' => 'css', 543 543 'requires' => 544 544 array( ··· 2510 2510 'uri' => '/res/pkg/0c96375e/core.pkg.js', 2511 2511 'type' => 'js', 2512 2512 ), 2513 - '59d298c3' => 2513 + '2debe0e0' => 2514 2514 array( 2515 2515 'name' => 'differential.pkg.css', 2516 2516 'symbols' => ··· 2529 2529 11 => 'differential-local-commits-view-css', 2530 2530 12 => 'inline-comment-summary-css', 2531 2531 ), 2532 - 'uri' => '/res/pkg/59d298c3/differential.pkg.css', 2532 + 'uri' => '/res/pkg/2debe0e0/differential.pkg.css', 2533 2533 'type' => 'css', 2534 2534 ), 2535 2535 '5b7b36d7' => ··· 2652 2652 'aphront-dialog-view-css' => '2b054c5c', 2653 2653 'aphront-error-view-css' => '2b054c5c', 2654 2654 'aphront-form-view-css' => '2b054c5c', 2655 - 'aphront-headsup-action-list-view-css' => '59d298c3', 2655 + 'aphront-headsup-action-list-view-css' => '2debe0e0', 2656 2656 'aphront-headsup-view-css' => '2b054c5c', 2657 2657 'aphront-list-filter-view-css' => '2b054c5c', 2658 2658 'aphront-pager-view-css' => '2b054c5c', ··· 2662 2662 'aphront-tokenizer-control-css' => '2b054c5c', 2663 2663 'aphront-tooltip-css' => '2b054c5c', 2664 2664 'aphront-typeahead-control-css' => '2b054c5c', 2665 - 'differential-changeset-view-css' => '59d298c3', 2666 - 'differential-core-view-css' => '59d298c3', 2665 + 'differential-changeset-view-css' => '2debe0e0', 2666 + 'differential-core-view-css' => '2debe0e0', 2667 2667 'differential-inline-comment-editor' => '5b7b36d7', 2668 - 'differential-local-commits-view-css' => '59d298c3', 2669 - 'differential-results-table-css' => '59d298c3', 2670 - 'differential-revision-add-comment-css' => '59d298c3', 2671 - 'differential-revision-comment-css' => '59d298c3', 2672 - 'differential-revision-comment-list-css' => '59d298c3', 2673 - 'differential-revision-history-css' => '59d298c3', 2674 - 'differential-table-of-contents-css' => '59d298c3', 2668 + 'differential-local-commits-view-css' => '2debe0e0', 2669 + 'differential-results-table-css' => '2debe0e0', 2670 + 'differential-revision-add-comment-css' => '2debe0e0', 2671 + 'differential-revision-comment-css' => '2debe0e0', 2672 + 'differential-revision-comment-list-css' => '2debe0e0', 2673 + 'differential-revision-history-css' => '2debe0e0', 2674 + 'differential-table-of-contents-css' => '2debe0e0', 2675 2675 'diffusion-commit-view-css' => 'c8ce2d88', 2676 2676 'diffusion-icons-css' => 'c8ce2d88', 2677 - 'inline-comment-summary-css' => '59d298c3', 2677 + 'inline-comment-summary-css' => '2debe0e0', 2678 2678 'javelin-behavior' => '8a5de8a3', 2679 2679 'javelin-behavior-aphront-basic-tokenizer' => '97f65640', 2680 2680 'javelin-behavior-aphront-drag-and-drop' => '5b7b36d7', ··· 2728 2728 'maniphest-task-summary-css' => '7839ae2d', 2729 2729 'maniphest-transaction-detail-css' => '7839ae2d', 2730 2730 'phabricator-app-buttons-css' => '2b054c5c', 2731 - 'phabricator-content-source-view-css' => '59d298c3', 2731 + 'phabricator-content-source-view-css' => '2debe0e0', 2732 2732 'phabricator-core-buttons-css' => '2b054c5c', 2733 2733 'phabricator-core-css' => '2b054c5c', 2734 2734 'phabricator-directory-css' => '2b054c5c', ··· 2739 2739 'phabricator-keyboard-shortcut' => '0c96375e', 2740 2740 'phabricator-keyboard-shortcut-manager' => '0c96375e', 2741 2741 'phabricator-menu-item' => '0c96375e', 2742 - 'phabricator-object-selector-css' => '59d298c3', 2742 + 'phabricator-object-selector-css' => '2debe0e0', 2743 2743 'phabricator-paste-file-upload' => '0c96375e', 2744 2744 'phabricator-prefab' => '0c96375e', 2745 2745 'phabricator-project-tag-css' => '7839ae2d',
+6 -3
webroot/rsrc/css/application/differential/changeset-view.css
··· 118 118 background: #aa00aa; 119 119 } 120 120 121 - .differential-diff td.source-cov-C { 121 + .differential-diff td.source-cov-C, 122 + .differential-diff td.source-cov-C span.bright { 122 123 background: #cceeff; 123 124 } 124 125 125 - .differential-diff td.source-cov-U { 126 + .differential-diff td.source-cov-U, 127 + .differential-diff td.source-cov-U span.bright { 126 128 background: #ffbb99; 127 129 } 128 130 129 - .differential-diff td.source-cov-N { 131 + .differential-diff td.source-cov-N, 132 + .differential-diff td.source-cov-N span.bright { 130 133 background: #f3f6ff; 131 134 } 132 135