Bug 1402244 - Recover broken treecol & treechildren font-size r?jaws draft
authorRicky Chien <ricky060709@gmail.com>
Thu, 28 Sep 2017 11:14:03 +0800
changeset 671586 68ba7afa474e22b3793c6c38c7d7222ac410adb6
parent 671566 e1f660fc493bc4bf2f91b6df94bc98e8e3840c42
child 733558 dbe3fb51a9185a5dae1f5fa74fbe453c82506581
push id81980
push userbmo:rchien@mozilla.com
push dateThu, 28 Sep 2017 03:21:49 +0000
reviewersjaws
bugs1402244
milestone58.0a1
Bug 1402244 - Recover broken treecol & treechildren font-size r?jaws MozReview-Commit-ID: 1ojLbVo5hg8
toolkit/themes/shared/in-content/common.inc.css
--- a/toolkit/themes/shared/in-content/common.inc.css
+++ b/toolkit/themes/shared/in-content/common.inc.css
@@ -894,24 +894,16 @@ xul|treecol:not([hideheader="true"]) > x
   width: 18px;
   height: 18px;
 }
 
 xul|treecol:not([hideheader="true"]) > xul|*.treecol-sortdirection[sortDirection="ascending"] {
   transform: scaleY(-1);
 }
 
-xul|treecol > xul|label.treecol-text {
-  font-size: 1rem;
-}
-
-xul|treechildren {
-  font-size: 1rem !important;
-}
-
 /* This is the only way to increase the height of a tree row unfortunately */
 xul|treechildren::-moz-tree-row {
   min-height: 2em;
 }
 
 /* Color needs to be set on tree cell in order to be applied */
 xul|treechildren::-moz-tree-cell-text {
   color: var(--in-content-text-color);