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

Touch up comments are hidden box

Summary: Adds consistent spacing, color to this interactive box. Also, I changed it to yellow, if its too much lemme know but feels ok.

Test Plan: tested new colors in differential

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+21 -20
+16 -16
src/__celerity_resource_map__.php
··· 1100 1100 ), 1101 1101 'differential-revision-comment-list-css' => 1102 1102 array( 1103 - 'uri' => '/res/034e1948/rsrc/css/application/differential/revision-comment-list.css', 1103 + 'uri' => '/res/6cc4ca9b/rsrc/css/application/differential/revision-comment-list.css', 1104 1104 'type' => 'css', 1105 1105 'requires' => 1106 1106 array( ··· 4429 4429 'uri' => '/res/pkg/4ccfeb47/darkconsole.pkg.js', 4430 4430 'type' => 'js', 4431 4431 ), 4432 - '8dd267fb' => 4432 + '2e680d9b' => 4433 4433 array( 4434 4434 'name' => 'differential.pkg.css', 4435 4435 'symbols' => ··· 4448 4448 11 => 'differential-local-commits-view-css', 4449 4449 12 => 'inline-comment-summary-css', 4450 4450 ), 4451 - 'uri' => '/res/pkg/8dd267fb/differential.pkg.css', 4451 + 'uri' => '/res/pkg/2e680d9b/differential.pkg.css', 4452 4452 'type' => 'css', 4453 4453 ), 4454 4454 '5e9e5c4e' => ··· 4568 4568 'aphront-tokenizer-control-css' => '9632628e', 4569 4569 'aphront-tooltip-css' => '9632628e', 4570 4570 'aphront-typeahead-control-css' => '9632628e', 4571 - 'differential-changeset-view-css' => '8dd267fb', 4572 - 'differential-core-view-css' => '8dd267fb', 4571 + 'differential-changeset-view-css' => '2e680d9b', 4572 + 'differential-core-view-css' => '2e680d9b', 4573 4573 'differential-inline-comment-editor' => '5e9e5c4e', 4574 - 'differential-local-commits-view-css' => '8dd267fb', 4575 - 'differential-results-table-css' => '8dd267fb', 4576 - 'differential-revision-add-comment-css' => '8dd267fb', 4577 - 'differential-revision-comment-css' => '8dd267fb', 4578 - 'differential-revision-comment-list-css' => '8dd267fb', 4579 - 'differential-revision-history-css' => '8dd267fb', 4580 - 'differential-revision-list-css' => '8dd267fb', 4581 - 'differential-table-of-contents-css' => '8dd267fb', 4574 + 'differential-local-commits-view-css' => '2e680d9b', 4575 + 'differential-results-table-css' => '2e680d9b', 4576 + 'differential-revision-add-comment-css' => '2e680d9b', 4577 + 'differential-revision-comment-css' => '2e680d9b', 4578 + 'differential-revision-comment-list-css' => '2e680d9b', 4579 + 'differential-revision-history-css' => '2e680d9b', 4580 + 'differential-revision-list-css' => '2e680d9b', 4581 + 'differential-table-of-contents-css' => '2e680d9b', 4582 4582 'diffusion-commit-view-css' => '270f4eb4', 4583 4583 'diffusion-icons-css' => '270f4eb4', 4584 4584 'global-drag-and-drop-css' => '9632628e', 4585 - 'inline-comment-summary-css' => '8dd267fb', 4585 + 'inline-comment-summary-css' => '2e680d9b', 4586 4586 'javelin-aphlict' => '2c1dba03', 4587 4587 'javelin-behavior' => '3e3be199', 4588 4588 'javelin-behavior-aphlict-dropdown' => '2c1dba03', ··· 4661 4661 'phabricator-action-list-view-css' => '9632628e', 4662 4662 'phabricator-application-launch-view-css' => '9632628e', 4663 4663 'phabricator-busy' => '2c1dba03', 4664 - 'phabricator-content-source-view-css' => '8dd267fb', 4664 + 'phabricator-content-source-view-css' => '2e680d9b', 4665 4665 'phabricator-core-css' => '9632628e', 4666 4666 'phabricator-crumbs-view-css' => '9632628e', 4667 4667 'phabricator-drag-and-drop-file-upload' => '5e9e5c4e', ··· 4679 4679 'phabricator-notification' => '2c1dba03', 4680 4680 'phabricator-notification-css' => '9632628e', 4681 4681 'phabricator-notification-menu-css' => '9632628e', 4682 - 'phabricator-object-selector-css' => '8dd267fb', 4682 + 'phabricator-object-selector-css' => '2e680d9b', 4683 4683 'phabricator-phtize' => '2c1dba03', 4684 4684 'phabricator-prefab' => '2c1dba03', 4685 4685 'phabricator-project-tag-css' => '49898640',
+5 -4
webroot/rsrc/css/application/differential/revision-comment-list.css
··· 3 3 */ 4 4 5 5 .differential-older-comments-are-hidden { 6 - background: #f0f0f0; 7 - border: 1px solid #d6d6d6; 6 + background: {$lightyellow}; 7 + border: 1px solid {$yellow}; 8 8 text-align: center; 9 - padding: 1em; 10 - color: {$greytext}; 9 + padding: 12px; 10 + color: {$darkgreytext}; 11 + margin-top: 16px; 11 12 }