From 46b775820a5012d1097e23480d97dec3de36fcdd Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 7 Dec 2014 20:08:15 -0800 Subject: [PATCH] Remove text-rendering CSS rule Summary: This rule is making text actually more difficult to read on Windows, as well as is broken on Win/Chrome, and evidentally has performance issues on mobile browsers. Test Plan: Turn it off, can still read web page Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10940 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/core/core.css | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 8752732e0c..f3b5f0caec 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ */ return array( 'names' => array( - 'core.pkg.css' => 'b95abae6', + 'core.pkg.css' => '78e368d3', 'core.pkg.js' => 'ef8f73ee', 'darkconsole.pkg.js' => 'df001cab', 'differential.pkg.css' => '8af45893', @@ -102,7 +102,7 @@ return array( 'rsrc/css/application/slowvote/slowvote.css' => '266df6a1', 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 'rsrc/css/application/uiexample/example.css' => '528b19de', - 'rsrc/css/core/core.css' => '40151074', + 'rsrc/css/core/core.css' => 'ca42b69f', 'rsrc/css/core/remarkup.css' => '29524ba4', 'rsrc/css/core/syntax.css' => '56c1ba38', 'rsrc/css/core/z-index.css' => '44e1d311', @@ -708,7 +708,7 @@ return array( 'phabricator-busy' => '6453c869', 'phabricator-chatlog-css' => '852140ff', 'phabricator-content-source-view-css' => '4b8b05d4', - 'phabricator-core-css' => '40151074', + 'phabricator-core-css' => 'ca42b69f', 'phabricator-countdown-css' => '86b7b0a0', 'phabricator-crumbs-view-css' => 'a49339de', 'phabricator-dashboard-css' => 'a2bfdcbf', diff --git a/webroot/rsrc/css/core/core.css b/webroot/rsrc/css/core/core.css index 17b522c02e..252a195ca9 100644 --- a/webroot/rsrc/css/core/core.css +++ b/webroot/rsrc/css/core/core.css @@ -66,7 +66,6 @@ body { text-align: left; unicode-bidi: embed; background: #ebecee; - text-rendering: optimizeLegibility; } textarea {