From e872f79f6147518c20bac18b17d9f8b8af250ec2 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 1 Dec 2014 13:28:02 -0800 Subject: [PATCH] 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 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/core/remarkup.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index c00ef2c1d5..17b20e108f 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -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', diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css index c790ea9e8c..27cb407a32 100644 --- a/webroot/rsrc/css/core/remarkup.css +++ b/webroot/rsrc/css/core/remarkup.css @@ -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; }