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

[Redesign] Clean up differential file headers

Summary: Ref T8099, normalizes font-weight on the Differential file headers.

Test Plan: Review a diff in sandbox for correct font weight.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

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

+8 -8
+6 -6
resources/celerity/map.php
··· 10 10 'core.pkg.css' => '7f0d6232', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 - 'differential.pkg.css' => 'c774524b', 13 + 'differential.pkg.css' => '1b36e899', 14 14 'differential.pkg.js' => 'ebef29b1', 15 15 'diffusion.pkg.css' => '385e85b3', 16 16 'diffusion.pkg.js' => '0115b37c', ··· 59 59 'rsrc/css/application/dashboard/dashboard.css' => 'eb458607', 60 60 'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a', 61 61 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 62 - 'rsrc/css/application/differential/changeset-view.css' => '9b8e8bb7', 62 + 'rsrc/css/application/differential/changeset-view.css' => 'b6b0d1bb', 63 63 'rsrc/css/application/differential/core.css' => '7ac3cabc', 64 64 'rsrc/css/application/differential/phui-inline-comment.css' => 'fa5b8d1f', 65 65 'rsrc/css/application/differential/revision-comment.css' => '14b8565a', ··· 509 509 'conpherence-transaction-css' => '85d0974c', 510 510 'conpherence-update-css' => '1099a660', 511 511 'conpherence-widget-pane-css' => '6e0e290b', 512 - 'differential-changeset-view-css' => '9b8e8bb7', 512 + 'differential-changeset-view-css' => 'b6b0d1bb', 513 513 'differential-core-view-css' => '7ac3cabc', 514 514 'differential-inline-comment-editor' => 'd4c87bf4', 515 515 'differential-revision-add-comment-css' => 'c47f8c40', ··· 1558 1558 'javelin-dom', 1559 1559 'javelin-reactor-dom', 1560 1560 ), 1561 - '9b8e8bb7' => array( 1562 - 'phui-inline-comment-view-css', 1563 - ), 1564 1561 '9f36c42d' => array( 1565 1562 'javelin-behavior', 1566 1563 'javelin-stratcom', ··· 1701 1698 'javelin-dom', 1702 1699 'javelin-json', 1703 1700 'phabricator-draggable-list', 1701 + ), 1702 + 'b6b0d1bb' => array( 1703 + 'phui-inline-comment-view-css', 1704 1704 ), 1705 1705 'ba4fa35c' => array( 1706 1706 'javelin-behavior',
+2 -2
webroot/rsrc/css/application/differential/changeset-view.css
··· 266 266 .differential-changeset h1 { 267 267 font-size: 15px; 268 268 padding: 2px 0 12px 12px; 269 - line-height: 18px; 270 - font-weight: 500; 269 + line-height: 20px; 270 + color: #000; 271 271 } 272 272 273 273 .device-phone .differential-changeset h1 {