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

Normalize sidebar list hover color

Summary: This normalizes phui-list's hover color to {$blue} like action-list

Test Plan: View a diviner document

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin, chad, avivey

Differential Revision: https://secure.phabricator.com/D8593

+4 -6
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '5b87dcb0', 10 + 'core.pkg.css' => '4877abce', 11 11 'core.pkg.js' => '264721e1', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => 'cb97e095', ··· 137 137 'rsrc/css/phui/phui-header-view.css' => '5b79f0ef', 138 138 'rsrc/css/phui/phui-icon.css' => '7a5771a9', 139 139 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 140 - 'rsrc/css/phui/phui-list.css' => '2edb76cf', 140 + 'rsrc/css/phui/phui-list.css' => 'ef8035b6', 141 141 'rsrc/css/phui/phui-object-box.css' => 'ce92d8ec', 142 142 'rsrc/css/phui/phui-object-item-list-view.css' => 'bde610d2', 143 143 'rsrc/css/phui/phui-pinboard-view.css' => '4b346c2a', ··· 752 752 'phui-header-view-css' => '5b79f0ef', 753 753 'phui-icon-view-css' => '7a5771a9', 754 754 'phui-info-panel-css' => '27ea50a1', 755 - 'phui-list-view-css' => '2edb76cf', 755 + 'phui-list-view-css' => 'ef8035b6', 756 756 'phui-object-box-css' => 'ce92d8ec', 757 757 'phui-object-item-list-view-css' => 'bde610d2', 758 758 'phui-pinboard-view-css' => '4b346c2a',
+1 -3
webroot/rsrc/css/phui/phui-list.css
··· 69 69 } 70 70 71 71 .device-desktop .phui-list-sidenav .phui-list-item-href:hover { 72 - background: #005588; 73 - background-image: linear-gradient(to bottom, #3b86c4, #2b628f); 74 - background-image: -webkit-linear-gradient(top, #3b86c4, #2b628f); 72 + background: {$blue}; 75 73 color: white; 76 74 cursor: pointer; 77 75 text-decoration: none;