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

Remove orphan CSS selector in phui/phui-hovercard.css

Summary: `phui-hovercard-tags` was added in https://we.phorge.it/rP6bb24e1d0cbd76573c7dbd0fcb95f9959acfd9ab, looks like it has never been used.

Test Plan: * Grep the code via `grep --exclude="*.css" -R 'phui-hovercard-tags' .` and some substrings of that, find no use.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+2 -7
+2 -2
resources/celerity/map.php
··· 153 153 'rsrc/css/phui/phui-formation-view.css' => 'd3956117', 154 154 'rsrc/css/phui/phui-head-thing.css' => 'd7f293df', 155 155 'rsrc/css/phui/phui-header-view.css' => '7bc4efa0', 156 - 'rsrc/css/phui/phui-hovercard.css' => '39fd2e14', 156 + 'rsrc/css/phui/phui-hovercard.css' => '7ffb4e0c', 157 157 'rsrc/css/phui/phui-icon-set-selector.css' => '19e0253b', 158 158 'rsrc/css/phui/phui-icon.css' => '084ac612', 159 159 'rsrc/css/phui/phui-image-mask.css' => '62c7f4d2', ··· 828 828 'phui-header-view-css' => '7bc4efa0', 829 829 'phui-hovercard' => '6199f752', 830 830 'phui-hovercard-list' => 'de4b4919', 831 - 'phui-hovercard-view-css' => '39fd2e14', 831 + 'phui-hovercard-view-css' => '7ffb4e0c', 832 832 'phui-icon-set-selector-css' => '19e0253b', 833 833 'phui-icon-view-css' => '084ac612', 834 834 'phui-image-mask-css' => '62c7f4d2',
-5
webroot/rsrc/css/phui/phui-hovercard.css
··· 39 39 font-weight: normal; 40 40 } 41 41 42 - .phui-hovercard-tags { 43 - float: right; 44 - white-space: normal; 45 - } 46 - 47 42 .phui-hovercard-body { 48 43 padding: 12px; 49 44 color: {$darkgreytext};