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

Remove subheader rule in remarkup

Summary: Fixes T9942, users aren't expecting this, and we can make subheader explicit later.

Test Plan: Edit Phriction Doc

Reviewers: epriestley, tycho.tatitscheff

Reviewed By: epriestley, tycho.tatitscheff

Subscribers: Korvin

Maniphest Tasks: T9942

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

+3 -10
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '4d47b0a9', 10 + 'core.pkg.css' => '6d8c526d', 11 11 'core.pkg.js' => '3c0f7f9b', 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' => 'a76cefc9', 107 - 'rsrc/css/core/remarkup.css' => 'b1c10368', 107 + 'rsrc/css/core/remarkup.css' => '275e362f', 108 108 'rsrc/css/core/syntax.css' => '9fd11da8', 109 109 'rsrc/css/core/z-index.css' => '57ddcaa2', 110 110 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', ··· 760 760 'phabricator-object-selector-css' => '85ee8ce6', 761 761 'phabricator-phtize' => 'd254d646', 762 762 'phabricator-prefab' => 'be38fe4e', 763 - 'phabricator-remarkup-css' => 'b1c10368', 763 + 'phabricator-remarkup-css' => '275e362f', 764 764 'phabricator-search-results-css' => '7dea472c', 765 765 'phabricator-shaped-request' => '7cbe244b', 766 766 'phabricator-side-menu-view-css' => 'bec2458e',
-7
webroot/rsrc/css/core/remarkup.css
··· 153 153 margin: 4px 0; 154 154 } 155 155 156 - .phabricator-remarkup h3.remarkup-header + h4.remarkup-header { 157 - color: {$bluetext}; 158 - font-weight: normal; 159 - margin-bottom: 16px; 160 - margin-top: -4px; 161 - } 162 - 163 156 .phabricator-remarkup blockquote { 164 157 border-left: 3px solid {$sh-blueborder}; 165 158 color: {$darkbluetext};