Bug 1446157 - Follow-up, Remove unused #placesTreechildren style rules draft
authorTimothy Guan-tin Chien <timdream@gmail.com>
Tue, 20 Mar 2018 17:23:01 +0800
changeset 771478 3048946cf5faa23c4a8406f2f87446da190d6286
parent 771477 ba783028984f0a999087c1c28e642dc43c06993a
child 771479 67074357fb2fd6320f0441f36efadf7ba24afb34
push id103681
push usertimdream@gmail.com
push dateFri, 23 Mar 2018 02:39:58 +0000
bugs1446157
milestone61.0a1
Bug 1446157 - Follow-up, Remove unused #placesTreechildren style rules MozReview-Commit-ID: 1yoxFfwurt9
browser/base/content/sanitizeDialog.css
browser/themes/linux/sanitizeDialog.css
browser/themes/osx/sanitizeDialog.css
browser/themes/windows/sanitizeDialog.css
--- a/browser/base/content/sanitizeDialog.css
+++ b/browser/base/content/sanitizeDialog.css
@@ -1,23 +1,10 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-/* Places tree */
-
-#placesTreechildren {
-  -moz-user-focus: normal;
-}
-
-#placesTreechildren::-moz-tree-cell(grippyRow),
-#placesTreechildren::-moz-tree-cell-text(grippyRow),
-#placesTreechildren::-moz-tree-image(grippyRow) {
-  cursor: grab;
-}
-
-
 /* Sanitize everything warnings */
 
 #sanitizeEverythingWarning,
 #sanitizeEverythingUndoWarning {
   white-space: pre-wrap;
 }
--- a/browser/themes/linux/sanitizeDialog.css
+++ b/browser/themes/linux/sanitizeDialog.css
@@ -15,27 +15,16 @@
 /* Hide the duration dropdown suffix label if it's empty.  Otherwise it
    takes up a little space, causing the end of the dropdown to not be aligned
    with the warning box. */
 #sanitizeDurationSuffixLabel[value=""] {
   display: none;
 }
 
 
-/* Places tree */
-#placesTreechildren::-moz-tree-row(selected),
-#placesTreechildren::-moz-tree-row(grippyRow) {
-  background: #999;
-}
-
-#placesTreechildren::-moz-tree-cell-text(selected) {
-  color: #111;
-}
-
-
 /* Sanitize everything warning box */
 #sanitizeEverythingWarningBox {
   background-color: Window;
   border: 1px solid ThreeDDarkShadow;
   border-radius: 5px;
   padding: 16px;
 }
 
--- a/browser/themes/osx/sanitizeDialog.css
+++ b/browser/themes/osx/sanitizeDialog.css
@@ -11,27 +11,16 @@
 /* Hide the duration dropdown suffix label if it's empty.  Otherwise it
    takes up a little space, causing the end of the dropdown to not be aligned
    with the warning box. */
 #sanitizeDurationSuffixLabel[value=""] {
   display: none;
 }
 
 
-/* Places tree */
-#placesTreechildren::-moz-tree-row(selected),
-#placesTreechildren::-moz-tree-row(grippyRow) {
-  background: #999;
-}
-
-#placesTreechildren::-moz-tree-cell-text(selected) {
-  color: #111;
-}
-
-
 /* Sanitize everything warning box */
 #sanitizeEverythingWarningBox {
   background-color: Window;
   border: 1px solid ThreeDDarkShadow;
   border-radius: 5px;
   padding: 16px;
 }
 
--- a/browser/themes/windows/sanitizeDialog.css
+++ b/browser/themes/windows/sanitizeDialog.css
@@ -15,27 +15,16 @@
 /* Hide the duration dropdown suffix label if it's empty.  Otherwise it
    takes up a little space, causing the end of the dropdown to not be aligned
    with the warning box. */
 #sanitizeDurationSuffixLabel[value=""] {
   display: none;
 }
 
 
-/* Places tree */
-#placesTreechildren::-moz-tree-row(selected),
-#placesTreechildren::-moz-tree-row(grippyRow) {
-  background: #999;
-}
-
-#placesTreechildren::-moz-tree-cell-text(selected) {
-  color: #111;
-}
-
-
 /* Sanitize everything warning box */
 #sanitizeEverythingWarningBox {
   background-color: Window;
   border: 1px solid ThreeDDarkShadow;
   border-radius: 5px;
   padding: 16px;
 }