Page MenuHomePhabricator

D15532.diff
No OneTemporary

D15532.diff

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, Mar 19, 1:29 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7445633
Default Alt Text
D15532.diff (720 B)

Event Timeline