From 81d385ff4118bbdc00c820c25be2586d36693611 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 21 Feb 2014 12:16:18 -0800 Subject: [PATCH] Fix non-icon token height Summary: Fixes T4468, though we should have an icon for each token, this solves the fallback case. Test Plan: Tested new layout in tokenizer Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Maniphest Tasks: T4468 Differential Revision: https://secure.phabricator.com/D8295 --- resources/celerity/map.php | 14 +++++++------- webroot/rsrc/css/aphront/tokenizer.css | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 1f8dd90d58..703a0067f6 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ return array( 'names' => array( - 'core.pkg.css' => '92a99fb2', + 'core.pkg.css' => '8c8b76a8', 'core.pkg.js' => '8f7aa2c3', 'darkconsole.pkg.js' => 'ca8671ce', 'differential.pkg.css' => '6aef439e', @@ -32,7 +32,7 @@ return array( 'rsrc/css/aphront/phabricator-nav-view.css' => 'd0d4a509', 'rsrc/css/aphront/request-failure-view.css' => 'da14df31', 'rsrc/css/aphront/table-view.css' => '92a719ca', - 'rsrc/css/aphront/tokenizer.css' => '75a7316a', + 'rsrc/css/aphront/tokenizer.css' => '36903077', 'rsrc/css/aphront/tooltip.css' => '9c90229d', 'rsrc/css/aphront/transaction.css' => 'ce491938', 'rsrc/css/aphront/two-column.css' => '16ab3ad2', @@ -489,7 +489,7 @@ return array( 'aphront-panel-view-css' => '5846dfa2', 'aphront-request-failure-view-css' => 'da14df31', 'aphront-table-view-css' => '92a719ca', - 'aphront-tokenizer-control-css' => '75a7316a', + 'aphront-tokenizer-control-css' => '36903077', 'aphront-tooltip-css' => '9c90229d', 'aphront-two-column-view-css' => '16ab3ad2', 'aphront-typeahead-control-css' => '271456a1', @@ -1250,10 +1250,6 @@ return array( 0 => 'javelin-behavior', 1 => 'javelin-dom', ), - '75a7316a' => - array( - 0 => 'aphront-typeahead-control-css', - ), '75e50c72' => array( 0 => 'javelin-behavior', @@ -1973,6 +1969,10 @@ return array( 10 => 'javelin-behavior-device', 11 => 'phabricator-keyboard-shortcut', ), + 36903077 => + array( + 0 => 'aphront-typeahead-control-css', + ), 42126667 => array( 0 => 'javelin-behavior', diff --git a/webroot/rsrc/css/aphront/tokenizer.css b/webroot/rsrc/css/aphront/tokenizer.css index 96a256fac1..395cae68a2 100644 --- a/webroot/rsrc/css/aphront/tokenizer.css +++ b/webroot/rsrc/css/aphront/tokenizer.css @@ -68,7 +68,7 @@ a.jx-tokenizer-token { cursor: pointer; border-radius: 3px; color: {$darkbluetext}; - + min-height: 16px; } a.jx-tokenizer-token:hover {