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

Phriction: Change background color when hovering over ToC items

Summary: Phorge does that everywhere else too.

Test Plan: Have sections in a Phriction document, open the Table of Contents (if in the dropdown, on wide screens it is shown by default), hover over section headings, see the background color change.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+3 -2
+2 -2
resources/celerity/map.php
··· 142 142 'rsrc/css/phui/phui-crumbs-view.css' => '30342804', 143 143 'rsrc/css/phui/phui-curtain-object-ref-view.css' => '73b0e59c', 144 144 'rsrc/css/phui/phui-curtain-view.css' => '68c5efb6', 145 - 'rsrc/css/phui/phui-document-pro.css' => '46f8014d', 145 + 'rsrc/css/phui/phui-document-pro.css' => 'c3211f4e', 146 146 'rsrc/css/phui/phui-document-summary.css' => 'b068eed1', 147 147 'rsrc/css/phui/phui-document.css' => 'a9154763', 148 148 'rsrc/css/phui/phui-feed-story.css' => '1dd2e4c0', ··· 789 789 'phui-curtain-view-css' => '68c5efb6', 790 790 'phui-document-summary-view-css' => 'b068eed1', 791 791 'phui-document-view-css' => 'a9154763', 792 - 'phui-document-view-pro-css' => '46f8014d', 792 + 'phui-document-view-pro-css' => 'c3211f4e', 793 793 'phui-feed-story-css' => '1dd2e4c0', 794 794 'phui-font-icon-base-css' => 'b7608e58', 795 795 'phui-fontkit-css' => '1ec937e5',
+1
webroot/rsrc/css/phui/phui-document-pro.css
··· 174 174 span.visual-only.phui-icon-view.phui-font-fa.fa-users { 175 175 color: {$anchor}; 176 176 text-decoration: underline; 177 + background-color: {$navigation-menu-hover-background}; 177 178 } 178 179 179 180 .phui-document-view-pro .phui-document-toc-content li + ul {