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

Fix two minor main menu bar CSS issues

Summary:
Ref T13263.

- Make the user profile section of the "Profile" dropdown menu have a transparent background, not a white background. This is a pre-existing issue. This is normally hard to see, but visible on Workboards with custom background colors.
- Fix an alignment issue with the little "V" caret in the search scope dropdown. This is a recent issue caused by some tab-caret CSS I added recently for tabbed dashboard panels.

Test Plan:
Before:

{F6367723}

After:

{F6367724}

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13263

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

+11 -10
+8 -8
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '3c8a0668', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '671b9fae', 12 + 'core.pkg.css' => 'dacb981b', 13 13 'core.pkg.js' => 'c783d8f6', 14 14 'differential.pkg.css' => '8d8360fb', 15 15 'differential.pkg.js' => '67e02996', ··· 37 37 'rsrc/css/aphront/typeahead.css' => '8779483d', 38 38 'rsrc/css/application/almanac/almanac.css' => '2e050f4f', 39 39 'rsrc/css/application/auth/auth.css' => 'add92fd8', 40 - 'rsrc/css/application/base/main-menu-view.css' => '8e2d9a28', 40 + 'rsrc/css/application/base/main-menu-view.css' => '17b71bbc', 41 41 'rsrc/css/application/base/notification-menu.css' => '4df1ee30', 42 42 'rsrc/css/application/base/phui-theme.css' => '35883b37', 43 43 'rsrc/css/application/base/standard-page-view.css' => '8a295cb9', ··· 134 134 'rsrc/css/phui/object-item/phui-oi-flush-ui.css' => '490e2e2e', 135 135 'rsrc/css/phui/object-item/phui-oi-list-view.css' => 'f14f2422', 136 136 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '6a30fa46', 137 - 'rsrc/css/phui/phui-action-list.css' => 'c34af376', 137 + 'rsrc/css/phui/phui-action-list.css' => '8862282e', 138 138 'rsrc/css/phui/phui-action-panel.css' => '6c386cbf', 139 139 'rsrc/css/phui/phui-badge.css' => '666e25ad', 140 140 'rsrc/css/phui/phui-basic-nav-view.css' => '56ebd66d', ··· 757 757 'path-typeahead' => 'ad486db3', 758 758 'people-picture-menu-item-css' => 'fe8e07cf', 759 759 'people-profile-css' => '2ea2daa1', 760 - 'phabricator-action-list-view-css' => 'c34af376', 760 + 'phabricator-action-list-view-css' => '8862282e', 761 761 'phabricator-busy' => '5202e831', 762 762 'phabricator-chatlog-css' => 'abdc76ee', 763 763 'phabricator-content-source-view-css' => 'cdf0d579', ··· 779 779 'phabricator-flag-css' => '2b77be8d', 780 780 'phabricator-keyboard-shortcut' => 'c9749dcd', 781 781 'phabricator-keyboard-shortcut-manager' => '37b8a04a', 782 - 'phabricator-main-menu-view' => '8e2d9a28', 782 + 'phabricator-main-menu-view' => '17b71bbc', 783 783 'phabricator-nav-view-css' => 'f8a0c1bf', 784 784 'phabricator-notification' => 'a9b91e3f', 785 785 'phabricator-notification-css' => '30240bd2', ··· 1028 1028 'javelin-dom', 1029 1029 'javelin-stratcom', 1030 1030 'javelin-util', 1031 + ), 1032 + '17b71bbc' => array( 1033 + 'phui-theme-css', 1031 1034 ), 1032 1035 '1b6acc2a' => array( 1033 1036 'javelin-magical-init', ··· 1644 1647 '8e0aa661' => array( 1645 1648 'javelin-install', 1646 1649 'javelin-dom', 1647 - ), 1648 - '8e2d9a28' => array( 1649 - 'phui-theme-css', 1650 1650 ), 1651 1651 '8f959ad0' => array( 1652 1652 'javelin-behavior',
+1
webroot/rsrc/css/application/base/main-menu-view.css
··· 650 650 ul.phabricator-core-user-profile-object .phui-oi-subhead { 651 651 padding: 0; 652 652 margin: 0; 653 + background: transparent; 653 654 } 654 655 655 656 ul.phabricator-core-user-profile-object.phui-oi-list-simple .phui-oi-image {
+2 -2
webroot/rsrc/css/phui/phui-action-list.css
··· 214 214 color: {$sky}; 215 215 } 216 216 217 - .phui-list-item-view.dropdown .phui-list-item-href { 217 + .phui-list-navbar .phui-list-item-view.dropdown .phui-list-item-href { 218 218 padding-right: 28px; 219 219 } 220 220 221 - .phui-list-item-view .caret { 221 + .phui-list-navbar .phui-list-item-view .caret { 222 222 position: absolute; 223 223 top: 6px; 224 224 right: 12px;