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

Fix dark mode highlight in Timeline

Summary: Moves these to `gentle.highlight`

Test Plan: View a timeline that is collapsed, see correct color in Dark Mode.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+2 -2
+2 -2
webroot/rsrc/css/phui/phui-timeline-view.css
··· 344 344 } 345 345 346 346 .phui-timeline-older-transactions-are-hidden { 347 - background: {$sh-yellowbackground}; 348 - border: 1px solid {$sh-yellowborder}; 347 + background: {$gentle.highlight}; 348 + border: 1px solid {$gentle.highlight.border}; 349 349 text-align: center; 350 350 padding: 12px; 351 351 color: {$darkgreytext};