@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: Fix typo in property name in phui-action-panel.css

Summary: `.phui-action-panel-subheader a` has `text-decoraction: none`. The author very likely had a `text-decoration` in mind instead.

Test Plan: Probably go to http://phorge.localhost/uiexample/view/PHUIActionPanelExample/ and edit one of those boxes to include a `<a>` instead of a `<span>`. I did not.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+3 -3
+2 -2
resources/celerity/map.php
··· 129 129 'rsrc/css/phui/object-item/phui-oi-list-view.css' => '41368a2c', 130 130 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f', 131 131 'rsrc/css/phui/phui-action-list.css' => 'b46ef6bd', 132 - 'rsrc/css/phui/phui-action-panel.css' => 'c0db6855', 132 + 'rsrc/css/phui/phui-action-panel.css' => '88a4298b', 133 133 'rsrc/css/phui/phui-badge.css' => 'aa49028c', 134 134 'rsrc/css/phui/phui-basic-nav-view.css' => '09d5192d', 135 135 'rsrc/css/phui/phui-big-info-view.css' => '362ad37b', ··· 767 767 'phortune-css' => '508a1a5e', 768 768 'phortune-invoice-css' => '4436b241', 769 769 'phriction-document-css' => 'd8f8cdd6', 770 - 'phui-action-panel-css' => 'c0db6855', 770 + 'phui-action-panel-css' => '88a4298b', 771 771 'phui-badge-view-css' => 'aa49028c', 772 772 'phui-basic-nav-view-css' => '09d5192d', 773 773 'phui-big-info-view-css' => '362ad37b',
+1 -1
webroot/rsrc/css/phui/phui-action-panel.css
··· 96 96 } 97 97 98 98 .phui-action-panel-subheader a { 99 - text-decoraction: none; 99 + text-decoration: none; 100 100 } 101 101 102 102 /* - Red -------------------------------------------------------------------- */