mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
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
This commit is contained in:
parent
889440ead0
commit
f9c1bf9266
2 changed files with 3 additions and 6 deletions
|
@ -10,7 +10,7 @@ return array(
|
||||||
'core.pkg.css' => '94fe8187',
|
'core.pkg.css' => '94fe8187',
|
||||||
'core.pkg.js' => '417722ff',
|
'core.pkg.js' => '417722ff',
|
||||||
'darkconsole.pkg.js' => 'ca8671ce',
|
'darkconsole.pkg.js' => 'ca8671ce',
|
||||||
'differential.pkg.css' => '8a064eb7',
|
'differential.pkg.css' => '4b8686e3',
|
||||||
'differential.pkg.js' => '11a5b750',
|
'differential.pkg.js' => '11a5b750',
|
||||||
'diffusion.pkg.css' => '3783278d',
|
'diffusion.pkg.css' => '3783278d',
|
||||||
'diffusion.pkg.js' => '5b4010f4',
|
'diffusion.pkg.js' => '5b4010f4',
|
||||||
|
@ -52,7 +52,7 @@ return array(
|
||||||
'rsrc/css/application/conpherence/widget-pane.css' => '87b12e0c',
|
'rsrc/css/application/conpherence/widget-pane.css' => '87b12e0c',
|
||||||
'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4',
|
'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4',
|
||||||
'rsrc/css/application/countdown/timer.css' => '86b7b0a0',
|
'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/add-comment.css' => 'c478bcaa',
|
||||||
'rsrc/css/application/differential/changeset-view.css' => '1570a1ff',
|
'rsrc/css/application/differential/changeset-view.css' => '1570a1ff',
|
||||||
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
||||||
|
@ -528,7 +528,7 @@ return array(
|
||||||
'herald-css' => 'c544dd1c',
|
'herald-css' => 'c544dd1c',
|
||||||
'herald-rule-editor' => '22d2966a',
|
'herald-rule-editor' => '22d2966a',
|
||||||
'herald-test-css' => '778b008e',
|
'herald-test-css' => '778b008e',
|
||||||
'inline-comment-summary-css' => '3b2d1492',
|
'inline-comment-summary-css' => '8cfd34e8',
|
||||||
'javelin-aphlict' => '493665ee',
|
'javelin-aphlict' => '493665ee',
|
||||||
'javelin-behavior' => '8a3ed18b',
|
'javelin-behavior' => '8a3ed18b',
|
||||||
'javelin-behavior-aphlict-dropdown' => '2a2dba85',
|
'javelin-behavior-aphlict-dropdown' => '2a2dba85',
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.phabricator-inline-summary {
|
.phabricator-inline-summary {
|
||||||
font-size: 12px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: bold;
|
|
||||||
color: {$bluetext};
|
color: {$bluetext};
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
|
Loading…
Reference in a new issue