@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 a lighter color for completed list items in remarkup

Summary: In remarkup lists, it can be hard to clearly see which items still need to be completed. This makes completed items a little lighter for clarity.

Test Plan:
Review a long list with checked and unchecked items in a task.

{F4938611}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+5 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'ff161f2d', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => '84ce260a', 12 + 'core.pkg.css' => '24ffbe93', 13 13 'core.pkg.js' => '2ff7879f', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '90b30783', ··· 114 114 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 115 115 'rsrc/css/application/uiexample/example.css' => '528b19de', 116 116 'rsrc/css/core/core.css' => '9f4cb463', 117 - 'rsrc/css/core/remarkup.css' => '17c0fb37', 117 + 'rsrc/css/core/remarkup.css' => 'd1a5e11e', 118 118 'rsrc/css/core/syntax.css' => 'cae95e89', 119 119 'rsrc/css/core/z-index.css' => '0233d039', 120 120 'rsrc/css/diviner/diviner-shared.css' => '896f1d43', ··· 804 804 'phabricator-object-selector-css' => '85ee8ce6', 805 805 'phabricator-phtize' => 'd254d646', 806 806 'phabricator-prefab' => 'c5af80a2', 807 - 'phabricator-remarkup-css' => '17c0fb37', 807 + 'phabricator-remarkup-css' => 'd1a5e11e', 808 808 'phabricator-search-results-css' => 'f87d23ad', 809 809 'phabricator-shaped-request' => '7cbe244b', 810 810 'phabricator-slowvote-css' => 'a94b7230',
+2 -1
webroot/rsrc/css/core/remarkup.css
··· 126 126 } 127 127 128 128 .phabricator-remarkup .remarkup-list-with-checkmarks input { 129 - margin-right: 2px; 129 + margin-right: 4px; 130 130 opacity: 1; 131 131 } 132 132 133 133 .phabricator-remarkup .remarkup-list-with-checkmarks .remarkup-checked-item { 134 134 text-decoration: line-through; 135 + color: {$lightgreytext}; 135 136 } 136 137 137 138 .phabricator-remarkup ul.remarkup-list ol.remarkup-list,