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

Clean up list styles in Remarkup

Summary: Fixes T8643, makes lists with and without checkboxes align and display better.

Test Plan:
Lists with and without checkboxes.

{F1111426}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T8643

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

authored by

Chad Little and committed by
chad
14ce10c0 71ee97d7

+8 -6
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '394a6788', 10 + 'core.pkg.css' => '1972333f', 11 11 'core.pkg.js' => 'd7daa6d8', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 104 104 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 105 105 'rsrc/css/application/uiexample/example.css' => '528b19de', 106 106 'rsrc/css/core/core.css' => '5b3563c8', 107 - 'rsrc/css/core/remarkup.css' => 'e1c8b32f', 107 + 'rsrc/css/core/remarkup.css' => '2c913a06', 108 108 'rsrc/css/core/syntax.css' => '9fd11da8', 109 109 'rsrc/css/core/z-index.css' => '5b6fcf3f', 110 110 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', ··· 768 768 'phabricator-object-selector-css' => '85ee8ce6', 769 769 'phabricator-phtize' => 'd254d646', 770 770 'phabricator-prefab' => 'e67df814', 771 - 'phabricator-remarkup-css' => 'e1c8b32f', 771 + 'phabricator-remarkup-css' => '2c913a06', 772 772 'phabricator-search-results-css' => '7dea472c', 773 773 'phabricator-shaped-request' => '7cbe244b', 774 774 'phabricator-side-menu-view-css' => '3a3d9f41',
+5 -3
webroot/rsrc/css/core/remarkup.css
··· 97 97 list-style: lower-roman; 98 98 } 99 99 100 - .phabricator-remarkup ul.remarkup-list-with-checkmarks { 100 + .phabricator-remarkup .remarkup-list-with-checkmarks .remarkup-checked-item, 101 + .phabricator-remarkup .remarkup-list-with-checkmarks .remarkup-unchecked-item { 101 102 list-style: none; 102 - margin-left: 18px; 103 + margin-left: -18px; 103 104 } 104 105 105 106 .phabricator-remarkup .remarkup-list-with-checkmarks input { 106 107 margin-right: 2px; 108 + opacity: 1; 107 109 } 108 110 109 111 .phabricator-remarkup .remarkup-list-with-checkmarks .remarkup-checked-item { 110 - color: {$greytext}; 112 + text-decoration: line-through; 111 113 } 112 114 113 115 .phabricator-remarkup ul.remarkup-list ol.remarkup-list,