From 638a9471fdea186255e21535dacef610c18c814a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 31 Jan 2017 22:02:00 -0800 Subject: [PATCH] Crisp CSS rules for JX.Tooltip Summary: Ref T12174. More white and bolder. So crisp Test Plan: Hover. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12174 Differential Revision: https://secure.phabricator.com/D17286 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/aphront/tooltip.css | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 3208a994a7..10b41ca836 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -9,7 +9,7 @@ return array( 'names' => array( 'conpherence.pkg.css' => 'e25569a9', 'conpherence.pkg.js' => '6249a1cf', - 'core.pkg.css' => '7cd6d9cb', + 'core.pkg.css' => 'cbcffe46', 'core.pkg.js' => '1fa7c0c5', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '4815647b', @@ -29,7 +29,7 @@ return array( 'rsrc/css/aphront/phabricator-nav-view.css' => 'b29426e9', 'rsrc/css/aphront/table-view.css' => '213a5981', 'rsrc/css/aphront/tokenizer.css' => '9a8cb501', - 'rsrc/css/aphront/tooltip.css' => '8f9faa9a', + 'rsrc/css/aphront/tooltip.css' => '173b9431', 'rsrc/css/aphront/typeahead-browse.css' => '8904346a', 'rsrc/css/aphront/typeahead.css' => 'd4f16145', 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', @@ -553,7 +553,7 @@ return array( 'aphront-panel-view-css' => '8427b78d', 'aphront-table-view-css' => '213a5981', 'aphront-tokenizer-control-css' => '9a8cb501', - 'aphront-tooltip-css' => '8f9faa9a', + 'aphront-tooltip-css' => '173b9431', 'aphront-typeahead-control-css' => 'd4f16145', 'application-search-view-css' => '20ae9d85', 'auth-css' => '0877ed6e', diff --git a/webroot/rsrc/css/aphront/tooltip.css b/webroot/rsrc/css/aphront/tooltip.css index 36ce093eff..e6ff46cbed 100644 --- a/webroot/rsrc/css/aphront/tooltip.css +++ b/webroot/rsrc/css/aphront/tooltip.css @@ -37,9 +37,10 @@ } .jx-tooltip { - color: #f9f9f9; + color: #fff; font-size: {$normalfontsize}; -webkit-font-smoothing: antialiased; + font-weight: bold; padding: 6px 8px; overflow: hidden; white-space: pre-wrap;