@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 from phui-workboard-color.css

Summary: Usage of `phui-profile-menu-footer-1` was removed in https://we.phorge.it/rP36e53fd5d0104b7206068d64398b7b040c1a0934.

Test Plan: * Grep the code via `grep --exclude="*.css" -R 'phui-profile-menu-footer' .` and `grep --exclude="*.css" -R 'footer-1' .` and `grep --exclude="*.css" -R 'menu-footer' .`, 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/D26136

+2 -6
+2 -2
resources/celerity/map.php
··· 174 174 'rsrc/css/phui/phui-tag-view.css' => '8613be82', 175 175 'rsrc/css/phui/phui-timeline-view.css' => '3803cefb', 176 176 'rsrc/css/phui/phui-two-column-view.css' => '54fb9794', 177 - 'rsrc/css/phui/workboards/phui-workboard-color.css' => '3a1c21ff', 177 + 'rsrc/css/phui/workboards/phui-workboard-color.css' => 'c954f59b', 178 178 'rsrc/css/phui/workboards/phui-workboard.css' => 'e7ba21a7', 179 179 'rsrc/css/phui/workboards/phui-workcard.css' => '62056e3b', 180 180 'rsrc/css/phui/workboards/phui-workpanel.css' => 'c44f95c7', ··· 857 857 'phui-theme-css' => '35883b37', 858 858 'phui-timeline-view-css' => '3803cefb', 859 859 'phui-two-column-view-css' => '54fb9794', 860 - 'phui-workboard-color-css' => '3a1c21ff', 860 + 'phui-workboard-color-css' => 'c954f59b', 861 861 'phui-workboard-view-css' => 'e7ba21a7', 862 862 'phui-workcard-view-css' => '62056e3b', 863 863 'phui-workpanel-view-css' => 'c44f95c7',
-4
webroot/rsrc/css/phui/workboards/phui-workboard-color.css
··· 38 38 background-color: rgba({$alphagrey},.3); 39 39 } 40 40 41 - body.phui-workboard-color .phabricator-side-menu .phui-profile-menu-footer-1 { 42 - background-color: transparent; 43 - } 44 - 45 41 .phui-workboard-color .phui-profile-menu .phabricator-side-menu { 46 42 box-shadow: none; 47 43 }