Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19044263
D18424.id44270.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D18424.id44270.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,7 +9,7 @@
'names' => array(
'conpherence.pkg.css' => 'e68cf1fa',
'conpherence.pkg.js' => 'b5b51108',
- 'core.pkg.css' => '038ad839',
+ 'core.pkg.css' => '03047373',
'core.pkg.js' => '5d80e0db',
'darkconsole.pkg.js' => '1f9a31bc',
'differential.pkg.css' => '45951e9e',
@@ -36,7 +36,7 @@
'rsrc/css/aphront/tokenizer.css' => '15d5ff71',
'rsrc/css/aphront/tooltip.css' => '173b9431',
'rsrc/css/aphront/typeahead-browse.css' => 'f2818435',
- 'rsrc/css/aphront/typeahead.css' => '4434bc8a',
+ 'rsrc/css/aphront/typeahead.css' => 'a4a21016',
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
'rsrc/css/application/auth/auth.css' => '0877ed6e',
'rsrc/css/application/base/main-menu-view.css' => '16053029',
@@ -546,7 +546,7 @@
'aphront-table-view-css' => 'a3aa6910',
'aphront-tokenizer-control-css' => '15d5ff71',
'aphront-tooltip-css' => '173b9431',
- 'aphront-typeahead-control-css' => '4434bc8a',
+ 'aphront-typeahead-control-css' => 'a4a21016',
'application-search-view-css' => '66ee5d46',
'auth-css' => '0877ed6e',
'bulk-job-css' => 'df9c1d4a',
diff --git a/webroot/rsrc/css/aphront/typeahead.css b/webroot/rsrc/css/aphront/typeahead.css
--- a/webroot/rsrc/css/aphront/typeahead.css
+++ b/webroot/rsrc/css/aphront/typeahead.css
@@ -28,6 +28,9 @@
color: {$darkgreytext};
display: block;
font-size: {$normalfontsize};
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
div.jx-typeahead-results a.jx-result + a.jx-result {
@@ -68,7 +71,8 @@
}
.diffusion-locate-file strong {
- color: {$blue};
+ color: {$fire};
+ text-decoration: underline;
}
.diffusion-locate-file .phui-icon-view {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 28 2025, 1:59 AM (7 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9041697
Default Alt Text
D18424.id44270.diff (1 KB)
Attached To
Mode
D18424: Touch up typeahead behavior in locate-file
Attached
Detach File
Event Timeline
Log In to Comment