Page MenuHomePhabricator

D15532.id37444.diff
No OneTemporary

D15532.id37444.diff

diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => '9acdee84',
+ 'core.pkg.css' => '26886078',
'core.pkg.js' => '7d8faf57',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => '7ba78475',
@@ -104,7 +104,7 @@
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
'rsrc/css/application/uiexample/example.css' => '528b19de',
'rsrc/css/core/core.css' => 'd0801452',
- 'rsrc/css/core/remarkup.css' => 'fc228f08',
+ 'rsrc/css/core/remarkup.css' => '2c9ed46f',
'rsrc/css/core/syntax.css' => '9fd11da8',
'rsrc/css/core/z-index.css' => '5b6fcf3f',
'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa',
@@ -771,7 +771,7 @@
'phabricator-object-selector-css' => '85ee8ce6',
'phabricator-phtize' => 'd254d646',
'phabricator-prefab' => 'e67df814',
- 'phabricator-remarkup-css' => 'fc228f08',
+ 'phabricator-remarkup-css' => '2c9ed46f',
'phabricator-search-results-css' => '7dea472c',
'phabricator-shaped-request' => '7cbe244b',
'phabricator-side-menu-view-css' => '3a3d9f41',
diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css
--- a/webroot/rsrc/css/core/remarkup.css
+++ b/webroot/rsrc/css/core/remarkup.css
@@ -182,6 +182,8 @@
}
.phabricator-remarkup blockquote em {
+ /* In blockquote bodies, default text is italic so emphasized text should
+ be normal. */
font-style: normal;
}
@@ -190,6 +192,12 @@
padding-bottom: 4px;
}
+.phabricator-remarkup blockquote div.remarkup-reply-head em {
+ /* In blockquote headers, default text is normal so emphasized text should
+ be italic. See T10686. */
+ font-style: italic;
+}
+
.phabricator-remarkup blockquote div.remarkup-reply-head
.phui-tag-core {
background-color: transparent;

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 22, 9:53 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
11529026
Default Alt Text
D15532.id37444.diff (1 KB)

Event Timeline