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

Don't use "line-through" style for completed items in remarkup checklists

Summary: Fixes T13482. Although this style makes physical sense by relationship to a written checklist, it seems to do more harm than good in practice.

Test Plan: Wrote a checklist with a checked-off item in remarkup, saw no more line-through.

Maniphest Tasks: T13482

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

+3 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '3c8a0668', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'fd35999c', 12 + 'core.pkg.css' => 'ad8fc332', 13 13 'core.pkg.js' => '705aec2c', 14 14 'differential.pkg.css' => '607c84be', 15 15 'differential.pkg.js' => '1b97518d', ··· 112 112 'rsrc/css/application/tokens/tokens.css' => 'ce5a50bd', 113 113 'rsrc/css/application/uiexample/example.css' => 'b4795059', 114 114 'rsrc/css/core/core.css' => '1b29ed61', 115 - 'rsrc/css/core/remarkup.css' => 'f06cc20e', 115 + 'rsrc/css/core/remarkup.css' => 'c286eaef', 116 116 'rsrc/css/core/syntax.css' => '220b85f9', 117 117 'rsrc/css/core/z-index.css' => '99c0f5eb', 118 118 'rsrc/css/diviner/diviner-shared.css' => '4bd263b0', ··· 794 794 'phabricator-object-selector-css' => 'ee77366f', 795 795 'phabricator-phtize' => '2f1db1ed', 796 796 'phabricator-prefab' => '5793d835', 797 - 'phabricator-remarkup-css' => 'f06cc20e', 797 + 'phabricator-remarkup-css' => 'c286eaef', 798 798 'phabricator-search-results-css' => '9ea70ace', 799 799 'phabricator-shaped-request' => 'abf88db8', 800 800 'phabricator-slowvote-css' => '1694baed',
-1
webroot/rsrc/css/core/remarkup.css
··· 155 155 156 156 .phabricator-remarkup .remarkup-list-with-checkmarks .remarkup-checked-item { 157 157 color: {$lightgreytext}; 158 - text-decoration: line-through; 159 158 } 160 159 161 160 .phabricator-remarkup ul.remarkup-list ol.remarkup-list,