mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Strengthen checkbox list remarkup rule
Summary: Fixes T6657. Some other rule got stronger and started overriding this one, I think. Removes bullets from checkbox lists. Test Plan: Looked at a checkbox list. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T6657 Differential Revision: https://secure.phabricator.com/D10912
This commit is contained in:
parent
6081370391
commit
e872f79f61
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '566126f8',
|
||||
'core.pkg.css' => 'b43bb04d',
|
||||
'core.pkg.js' => 'e64447dc',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -103,7 +103,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' => '63c9a0a7',
|
||||
'rsrc/css/core/remarkup.css' => '29524ba4',
|
||||
'rsrc/css/core/syntax.css' => '56c1ba38',
|
||||
'rsrc/css/core/z-index.css' => '44e1d311',
|
||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||
|
@ -732,7 +732,7 @@ return array(
|
|||
'phabricator-phtize' => 'd254d646',
|
||||
'phabricator-prefab' => 'bbae734c',
|
||||
'phabricator-profile-css' => '28f433ef',
|
||||
'phabricator-remarkup-css' => '63c9a0a7',
|
||||
'phabricator-remarkup-css' => '29524ba4',
|
||||
'phabricator-search-results-css' => 'f240504c',
|
||||
'phabricator-shaped-request' => '7cbe244b',
|
||||
'phabricator-side-menu-view-css' => 'a2ccd7bd',
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
margin: 12px 0 12px 30px;
|
||||
}
|
||||
|
||||
.phabricator-remarkup .remarkup-list-with-checkmarks {
|
||||
.phabricator-remarkup ul.remarkup-list-with-checkmarks {
|
||||
list-style: none;
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue