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

Status events from others were not clearly visible.

Summary: Sets any event text color to white, reguardless if its an anchor or not.

Test Plan: Have events from multiple people in the calendar, view events.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+2 -1
+1 -1
src/__celerity_resource_map__.php
··· 564 564 ), 565 565 'aphront-calendar-view-css' => 566 566 array( 567 - 'uri' => '/res/221d584d/rsrc/css/aphront/calendar-view.css', 567 + 'uri' => '/res/87d6e40d/rsrc/css/aphront/calendar-view.css', 568 568 'type' => 'css', 569 569 'requires' => 570 570 array(
+1
webroot/rsrc/css/aphront/calendar-view.css
··· 101 101 } 102 102 103 103 .aphront-calendar-event-text { 104 + color: #fff; 104 105 overflow: hidden; 105 106 white-space: nowrap; 106 107 }