[tor-commits] [tor-browser] 140/311: Bug 1758079 - Restore tree item hover styling in windows. r=dao, a=dmeehan

gitolite role git at cupani.torproject.org
Tue Apr 26 15:29:00 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch geckoview-99.0.1-11.0-1
in repository tor-browser.

commit 3453d31ce591ca606a8899b0b5424e8e2ad5adb0
Author: Sam Foster <sfoster at mozilla.com>
AuthorDate: Fri Mar 11 19:34:20 2022 +0000

    Bug 1758079 - Restore tree item hover styling in windows. r=dao, a=dmeehan
    
    Differential Revision: https://phabricator.services.mozilla.com/D140581
---
 toolkit/themes/shared/tree.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/toolkit/themes/shared/tree.css b/toolkit/themes/shared/tree.css
index 91c58e53f79d5..6694fc6c060db 100644
--- a/toolkit/themes/shared/tree.css
+++ b/toolkit/themes/shared/tree.css
@@ -35,6 +35,12 @@ treechildren::-moz-tree-row(multicol, odd) {
   background-color: -moz-oddtreerow;
 }
 
+ at media (-moz-windows-default-theme) {
+  treechildren::-moz-tree-row(hover) {
+    background-color: hsla(0,0%,50%,.15);
+  }
+}
+
 treechildren::-moz-tree-row(selected) {
   background-color: -moz-cellhighlight;
 }
@@ -223,12 +229,6 @@ html|input.tree-input {
 }
 
 @media (-moz-platform: windows) {
-  @media (-moz-windows-default-theme) {
-    treechildren::-moz-tree-row(hover) {
-      background-color: hsla(0,0%,50%,.15);
-    }
-  }
-
   /* ::::: sort direction indicator :::::  */
 
   .treecol-sortdirection {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list