mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Style quote reply headers
Summary: Adds some minor tweaks to the Quoted Remarkup rules. I tried altering the nested quote as well, but it became a bit of a joke quickly, not sure there is benefit there. Fixes T4962 Test Plan: Quoted lots of times. {F165606} Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T4962 Differential Revision: https://secure.phabricator.com/D9502
This commit is contained in:
parent
5dca350e0e
commit
96a7868fe0
2 changed files with 14 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
return array(
|
||||
'names' =>
|
||||
array(
|
||||
'core.pkg.css' => 'd82d2f53',
|
||||
'core.pkg.css' => 'c76b553b',
|
||||
'core.pkg.js' => '0627d27e',
|
||||
'darkconsole.pkg.js' => 'ca8671ce',
|
||||
'differential.pkg.css' => '4a93db37',
|
||||
|
@ -104,7 +104,7 @@ return array(
|
|||
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
|
||||
'rsrc/css/application/uiexample/example.css' => '528b19de',
|
||||
'rsrc/css/core/core.css' => '40151074',
|
||||
'rsrc/css/core/remarkup.css' => 'b510c359',
|
||||
'rsrc/css/core/remarkup.css' => '864d4f5e',
|
||||
'rsrc/css/core/syntax.css' => '3c18c1cb',
|
||||
'rsrc/css/core/z-index.css' => 'efb673ac',
|
||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||
|
@ -716,7 +716,7 @@ return array(
|
|||
'phabricator-prefab' => '41ed7994',
|
||||
'phabricator-profile-css' => '33e6f703',
|
||||
'phabricator-project-tag-css' => '095c9404',
|
||||
'phabricator-remarkup-css' => 'b510c359',
|
||||
'phabricator-remarkup-css' => '864d4f5e',
|
||||
'phabricator-search-results-css' => 'f240504c',
|
||||
'phabricator-shaped-request' => '7cbe244b',
|
||||
'phabricator-side-menu-view-css' => 'a2ccd7bd',
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
border-left: 3px solid {$lightbluetext};
|
||||
color: {$bluetext};
|
||||
font-style: italic;
|
||||
margin: 4px 20px 12px 0;
|
||||
margin: 4px 0 12px 0;
|
||||
padding: 8px 12px;
|
||||
background-color: #F8F9FC;
|
||||
}
|
||||
|
@ -164,7 +164,16 @@
|
|||
}
|
||||
|
||||
.phabricator-remarkup blockquote div.remarkup-reply-head {
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.phabricator-remarkup blockquote div.remarkup-reply-head
|
||||
.phui-tag-core {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 0;
|
||||
color: {$darkbluetext};
|
||||
}
|
||||
|
||||
.phabricator-remarkup img.remarkup-proxy-image {
|
||||
|
|
Loading…
Reference in a new issue