@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

Add box-shadow focus effect to Dashboard's "Manage Panel" button

Summary: Apply that strange blue `box-shadow` CSS on `button:focus` just like everywhere else.

Test Plan: * Go to http://phorge.localhost/dashboard/view/1/ which already has a panel added, and click (but don't release) the "Manage Panel" button. It should have a blue glow just like any other "Cancel" button or "Configure Form" on http://phorge.localhost/transactions/editengine/maniphest.task/edit/1/

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+1
+1
src/applications/dashboard/engine/PhabricatorDashboardPanelRenderingEngine.php
··· 409 409 $action_menu = id(new PHUIButtonView()) 410 410 ->setTag('a') 411 411 ->setIcon('fa-cog') 412 + ->setHref('#') 412 413 ->setText(pht('Manage Panel')) 413 414 ->setDropdownMenu($dropdown_menu); 414 415