Page MenuHomePhabricator

D18424.diff
No OneTemporary

D18424.diff

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

Mime Type
text/plain
Expires
Thu, Mar 13, 4:01 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7603822
Default Alt Text
D18424.diff (1 KB)

Event Timeline