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

Draw main search border around button also

Summary: Extends the focus highlight around the button on main search bar as well as input.

Test Plan: reviewed on desktop and mobile breakpoints. did a search. woo.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+12 -11
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'a31d0df4', 10 + 'core.pkg.css' => 'a2bfa724', 11 11 'core.pkg.js' => '6a4f677f', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '3500921f', ··· 34 34 'rsrc/css/aphront/typeahead.css' => '0e403212', 35 35 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 36 36 'rsrc/css/application/auth/auth.css' => '1e655982', 37 - 'rsrc/css/application/base/main-menu-view.css' => 'fa9ebdbd', 37 + 'rsrc/css/application/base/main-menu-view.css' => 'af66f1d4', 38 38 'rsrc/css/application/base/notification-menu.css' => '6aa0a74b', 39 39 'rsrc/css/application/base/phabricator-application-launch-view.css' => '16ca323f', 40 40 'rsrc/css/application/base/standard-page-view.css' => 'd2a6518d', ··· 731 731 'phabricator-hovercard-view-css' => '893f4783', 732 732 'phabricator-keyboard-shortcut' => '1ae869f2', 733 733 'phabricator-keyboard-shortcut-manager' => 'c1700f6f', 734 - 'phabricator-main-menu-view' => 'fa9ebdbd', 734 + 'phabricator-main-menu-view' => 'af66f1d4', 735 735 'phabricator-nav-view-css' => '7aeaf435', 736 736 'phabricator-notification' => '0c6946e7', 737 737 'phabricator-notification-css' => '9c279160',
+9 -8
webroot/rsrc/css/application/base/main-menu-view.css
··· 148 148 font-size: 13px; 149 149 border-width: 2px; 150 150 border-color: rgba(0,0,0,.6); 151 - border-radius: 3px 0 0 3px; 151 + border-radius: 3px; 152 152 background-color: rgba(0,0,0,.5); 153 153 opacity: .8; 154 154 height: 28px; 155 155 line-height: 12px; 156 156 box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25); 157 - padding: 6px; 157 + padding: 6px 30px 6px 6px; 158 158 float: left; 159 - width: 175px; 159 + width: 205px; 160 160 left: 0; 161 161 } 162 162 ··· 192 192 box-shadow: none; 193 193 text-shadow: none; 194 194 min-width: 0; 195 - height: 28px; 196 - width: 30px; 197 - top: 8px; 195 + height: 24px; 196 + width: 28px; 197 + top: 10px; 198 198 right: -7px; 199 199 margin: 0 8px 0 0; 200 200 padding: 0; 201 - border-bottom-left-radius: 0; 202 - border-top-left-radius: 0; 201 + border-radius: 0; 203 202 } 204 203 205 204 .phabricator-main-menu-search button:hover { ··· 209 208 .device .phabricator-main-menu-search button { 210 209 top: 6px; 211 210 border-radius: 0; 211 + height: 28px; 212 + right: -6px; 212 213 } 213 214 214 215 .phabricator-main-menu-search-target div.jx-typeahead-results {