Bug 1430742 - Remove the gridlines class. r=enn draft
authorDão Gottwald <dao@mozilla.com>
Tue, 16 Jan 2018 12:08:11 +0100
changeset 720865 0b8e18fe39c5e11b4c38ae09b92d4cea2c2c5b23
parent 720848 e4107773cffb1baefd5446666fce22c4d6eb0517
child 746176 f7648f81ac129c08228b77e727d446b709edc90c
push id95669
push userdgottwald@mozilla.com
push dateTue, 16 Jan 2018 11:08:49 +0000
reviewersenn
bugs1430742
milestone59.0a1
Bug 1430742 - Remove the gridlines class. r=enn MozReview-Commit-ID: 6AA9c5zrxH7
toolkit/themes/linux/global/tree.css
toolkit/themes/osx/global/tree.css
toolkit/themes/windows/global/tree.css
--- a/toolkit/themes/linux/global/tree.css
+++ b/toolkit/themes/linux/global/tree.css
@@ -257,27 +257,16 @@ treechildren::-moz-tree-twisty(open) {
   width: 9px; /* The image's width is 9 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-open.png");
 }
 
 treechildren::-moz-tree-indentation {
   width: 18px;
 }
 
-/* ::::: gridline style ::::: */
-
-treechildren.gridlines::-moz-tree-cell {
-  border-right: 1px solid transparent !important;
-  border-bottom: 1px solid transparent !important;
-}
-
-treechildren.gridlines::-moz-tree-row {
-  border: none;
-}
-
 /* ::::: editable tree ::::: */
 
 treechildren::-moz-tree-row(selected, editing) {
   background-color: transparent;
   border: none;
 }
 
 treechildren::-moz-tree-cell-text(selected, editing) {
--- a/toolkit/themes/osx/global/tree.css
+++ b/toolkit/themes/osx/global/tree.css
@@ -217,27 +217,16 @@ treechildren::-moz-tree-twisty(open) {
 treechildren::-moz-tree-twisty(Name, separator) {
   -moz-appearance: none;
 }
 
 treechildren::-moz-tree-indentation {
   width: 16px;
 }
 
-/* ::::: gridline style ::::: */
-
-treechildren.gridlines::-moz-tree-cell {
-  border-inline-end: 1px solid GrayText;
-  border-bottom: 1px solid GrayText;
-}
-
-treechildren.gridlines::-moz-tree-row {
-  border: none;
-}
-
 /* ::::: editable tree ::::: */
 
 .tree-input {
   -moz-appearance: none;
   border-width: 0;
   box-shadow: var(--focus-ring-box-shadow);
   margin: 0;
   margin-inline-start: -2px;
--- a/toolkit/themes/windows/global/tree.css
+++ b/toolkit/themes/windows/global/tree.css
@@ -310,27 +310,16 @@ treechildren:-moz-locale-dir(rtl)::-moz-
 treechildren:-moz-locale-dir(rtl)::-moz-tree-twisty(hover, open) {
   list-style-image: url("chrome://global/skin/tree/twisty.svg#open-hover-rtl");
 }
 
 treechildren::-moz-tree-indentation {
   width: 12px;
 }
 
-/* ::::: gridline style ::::: */
-
-treechildren.gridlines::-moz-tree-cell {
-  border-right: 1px solid transparent !important;
-  border-bottom: 1px solid transparent !important;
-}
-
-treechildren.gridlines::-moz-tree-row {
-  border: none;
-}
-
 /* ::::: editable tree ::::: */
 
 treechildren::-moz-tree-row(selected, editing) {
   background-color: transparent;
   border: none;
 }
 
 treechildren::-moz-tree-cell-text(selected, editing) {