From f9c1bf9266b850e501552531f78d6d1326398cf1 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 1 May 2014 21:59:59 -0700 Subject: [PATCH] Reduce loudness of Inline Comments Summary: Initially the intent was to mimic the property list headers but in practice this wasn't really needed. Reduced the caps and font weight. Left the icon for easy deliniation. Test Plan: Review inline comments before and after change {F149749} {F149750} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8936 --- resources/celerity/map.php | 6 +++--- .../rsrc/css/application/diff/inline-comment-summary.css | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 88542a7e66..ee6f42d4ee 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -10,7 +10,7 @@ return array( 'core.pkg.css' => '94fe8187', 'core.pkg.js' => '417722ff', 'darkconsole.pkg.js' => 'ca8671ce', - 'differential.pkg.css' => '8a064eb7', + 'differential.pkg.css' => '4b8686e3', 'differential.pkg.js' => '11a5b750', 'diffusion.pkg.css' => '3783278d', 'diffusion.pkg.js' => '5b4010f4', @@ -52,7 +52,7 @@ return array( 'rsrc/css/application/conpherence/widget-pane.css' => '87b12e0c', 'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4', 'rsrc/css/application/countdown/timer.css' => '86b7b0a0', - 'rsrc/css/application/diff/inline-comment-summary.css' => '3b2d1492', + 'rsrc/css/application/diff/inline-comment-summary.css' => '8cfd34e8', 'rsrc/css/application/differential/add-comment.css' => 'c478bcaa', 'rsrc/css/application/differential/changeset-view.css' => '1570a1ff', 'rsrc/css/application/differential/core.css' => '7ac3cabc', @@ -528,7 +528,7 @@ return array( 'herald-css' => 'c544dd1c', 'herald-rule-editor' => '22d2966a', 'herald-test-css' => '778b008e', - 'inline-comment-summary-css' => '3b2d1492', + 'inline-comment-summary-css' => '8cfd34e8', 'javelin-aphlict' => '493665ee', 'javelin-behavior' => '8a3ed18b', 'javelin-behavior-aphlict-dropdown' => '2a2dba85', diff --git a/webroot/rsrc/css/application/diff/inline-comment-summary.css b/webroot/rsrc/css/application/diff/inline-comment-summary.css index 1fea188e71..a2e7422fcd 100644 --- a/webroot/rsrc/css/application/diff/inline-comment-summary.css +++ b/webroot/rsrc/css/application/diff/inline-comment-summary.css @@ -3,9 +3,6 @@ */ .phabricator-inline-summary { - font-size: 12px; - text-transform: uppercase; - font-weight: bold; color: {$bluetext}; padding-top: 12px; margin-top: 12px;