@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: Remove inconsistent phui-timeline-shell.anchor-target box border

Summary:
Show no border at all instead of only on the right side, for the sake of consistency.

Closes T16385

Test Plan:
Go to an anchor link in an object like a Maniphest task, look at the borders of that highlighted box.

Test it with the Dark theme, and normal theme.

Reviewers: O1 Blessed Committers, valerio.bozzolan, mainframe98

Reviewed By: O1 Blessed Committers, valerio.bozzolan, mainframe98

Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16385

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

+3 -6
+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' => '8ae4c239', 12 + 'core.pkg.css' => '4b25423d', 13 13 'core.pkg.js' => '9250c090', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => 'abdb4fe9', ··· 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' => '0277217e', 174 + 'rsrc/css/phui/phui-timeline-view.css' => 'f6260631', 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' => '0277217e', 811 + 'phui-timeline-view-css' => 'f6260631', 812 812 'phui-two-column-view-css' => '54fb9794', 813 813 'phui-workboard-color-css' => '27fbe0ac', 814 814 'phui-workboard-view-css' => '269c93f8',
-3
webroot/rsrc/css/phui/phui-timeline-view.css
··· 345 345 346 346 .phui-timeline-shell.anchor-target { 347 347 background: {$lightyellow}; 348 - border-width: 0 1px 0 0; 349 - border-style: solid; 350 - border-color: {$yellow}; 351 348 padding: 4px; 352 349 margin: -4px; 353 350 }