Bug 648331 - Remove list item bullet size quirk. r?heycam draft
authorXidorn Quan <me@upsuper.org>
Thu, 02 Jun 2016 17:26:28 +1000
changeset 374399 fd0b7796caec5484d4bdddb6ec2586c16aa773a3
parent 374397 7aaad114f4d6bed67d979b56d0aaed8ea135e886
child 522622 115b4c775ee9c8c4bff6cb5ef25970713d0181d4
push id20008
push userxquan@mozilla.com
push dateThu, 02 Jun 2016 09:24:09 +0000
reviewersheycam
bugs648331
milestone49.0a1
Bug 648331 - Remove list item bullet size quirk. r?heycam MozReview-Commit-ID: 31tThF0kHrO
layout/style/res/quirk.css
--- a/layout/style/res/quirk.css
+++ b/layout/style/res/quirk.css
@@ -34,25 +34,16 @@ menu ul, menu ol, menu dir, menu menu, m
 /* Note: this fix will fail once we implement marker box
  * alignment correctly. */
 li > ul:-moz-first-node,
 li > ol:-moz-first-node {
   padding-block-start: 1em;
 }
 
 
-/* Quirk: prevent bullet from resizing with the list item
- *   see bug 97351
- */
-
-li::-moz-list-bullet {
-  font-size: initial;
-}
-
-
 table {
   text-align: start;
   white-space: normal; /* compatible with IE & spec */
   line-height: normal;
 
   /* Quirk: cut off all font inheritance in tables except for family. */
   font-size: initial;
   font-weight: initial;