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

CSS: Improve color contrast of timeline timestamp anchor

Summary: Closes T16398

Test Plan: Go to some object's timeline, look at the timestamp anchor, also click that timestamp to get background highlighting.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16398

Differential Revision: https://we.phorge.it/D26594

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'b2d6f4b8', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '7c8f62e2', 12 + 'core.pkg.css' => 'bb0ad16f', 13 13 'core.pkg.js' => '83c66b30', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '0dac8831', ··· 171 171 'rsrc/css/phui/phui-spacing.css' => 'b05cadc3', 172 172 'rsrc/css/phui/phui-status.css' => '293b5dad', 173 173 'rsrc/css/phui/phui-tag-view.css' => 'eb17b97f', 174 - 'rsrc/css/phui/phui-timeline-view.css' => 'f6260631', 174 + 'rsrc/css/phui/phui-timeline-view.css' => '1ccbf191', 175 175 'rsrc/css/phui/phui-two-column-view.css' => '54fb9794', 176 176 'rsrc/css/phui/workboards/phui-workboard-color.css' => '27fbe0ac', 177 177 'rsrc/css/phui/workboards/phui-workboard.css' => '269c93f8', ··· 808 808 'phui-status-list-view-css' => '293b5dad', 809 809 'phui-tag-view-css' => 'eb17b97f', 810 810 'phui-theme-css' => '35883b37', 811 - 'phui-timeline-view-css' => 'f6260631', 811 + 'phui-timeline-view-css' => '1ccbf191', 812 812 'phui-two-column-view-css' => '54fb9794', 813 813 'phui-workboard-color-css' => '27fbe0ac', 814 814 'phui-workboard-view-css' => '269c93f8',
+1 -1
webroot/rsrc/css/phui/phui-timeline-view.css
··· 269 269 270 270 .phui-timeline-title .phui-timeline-extra a { 271 271 font-weight: normal; 272 - color: {$lightgreytext}; 272 + color: {$greytext}; 273 273 } 274 274 275 275 .phui-timeline-title .phui-timeline-value,