@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Give emphasized text an italic style inside normal-style headers inside italic-style blockquotes in Remarkup

Summary: Fixes T10686.

Test Plan: {F1193658}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10686

Differential Revision: https://secure.phabricator.com/D15532

+8
+8
webroot/rsrc/css/core/remarkup.css
··· 182 182 } 183 183 184 184 .phabricator-remarkup blockquote em { 185 + /* In blockquote bodies, default text is italic so emphasized text should 186 + be normal. */ 185 187 font-style: normal; 186 188 } 187 189 188 190 .phabricator-remarkup blockquote div.remarkup-reply-head { 189 191 font-style: normal; 190 192 padding-bottom: 4px; 193 + } 194 + 195 + .phabricator-remarkup blockquote div.remarkup-reply-head em { 196 + /* In blockquote headers, default text is normal so emphasized text should 197 + be italic. See T10686. */ 198 + font-style: italic; 191 199 } 192 200 193 201 .phabricator-remarkup blockquote div.remarkup-reply-head