@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 hover state from labels in action list

Summary: This is wierd and I can't think of a use for it? Causing issues on hover states.

Test Plan: Action list, menus, dropdowns, etc. Labels shouldn't have hover states.

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+3 -9
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => 'd254d540', 12 + 'core.pkg.css' => '06a86de6', 13 13 'core.pkg.js' => '6c085267', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 138 138 'rsrc/css/phui/object-item/phui-oi-flush-ui.css' => '9d9685d6', 139 139 'rsrc/css/phui/object-item/phui-oi-list-view.css' => 'bf094950', 140 140 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => 'a8beebea', 141 - 'rsrc/css/phui/phui-action-list.css' => '6ee16164', 141 + 'rsrc/css/phui/phui-action-list.css' => 'e7eba156', 142 142 'rsrc/css/phui/phui-action-panel.css' => 'b4798122', 143 143 'rsrc/css/phui/phui-badge.css' => '22c0cf4f', 144 144 'rsrc/css/phui/phui-basic-nav-view.css' => 'a0705f53', ··· 767 767 'path-typeahead' => 'f7fc67ec', 768 768 'people-picture-menu-item-css' => 'a06f7f34', 769 769 'people-profile-css' => '4df76faf', 770 - 'phabricator-action-list-view-css' => '6ee16164', 770 + 'phabricator-action-list-view-css' => 'e7eba156', 771 771 'phabricator-busy' => '59a7976a', 772 772 'phabricator-chatlog-css' => 'd295b020', 773 773 'phabricator-content-source-view-css' => '4b8b05d4',
-6
webroot/rsrc/css/phui/phui-action-list.css
··· 112 112 -webkit-font-smoothing: antialiased; 113 113 } 114 114 115 - .device-desktop li.phabricator-action-view-label:hover 116 - .phabricator-action-view-item { 117 - background-color: {$page.content}; 118 - color: {$bluetext}; 119 - } 120 - 121 115 .phabricator-action-view + .phabricator-action-view-label { 122 116 padding-top: 8px; 123 117 }