We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1962 commit 7b9a9fcCopy full SHA for 7b9a9fc
toolkit/themes/shared/tree/tree.css
@@ -124,7 +124,7 @@ treechildren::-moz-tree-drop-feedback {
124
treecol,
125
.tree-columnpicker-button {
126
appearance: auto;
127
- -moz-default-appearance: treeheadercell;
+ -moz-default-appearance: treeheadercell;
128
background-color: -moz-ColHeader;
129
color: -moz-ColHeaderText;
130
align-items: center;
@@ -133,7 +133,11 @@ treecol,
133
margin: 0;
134
135
border-inline-start: 1px solid ThreeDLightShadow;
136
- box-shadow: inset 0 -1px ThreeDLightShadow;
+
137
+ @media (-moz-platform: linux) or (prefers-color-scheme: dark) {
138
+ appearance: none;
139
+ box-shadow: inset 0 -1px ThreeDLightShadow;
140
+ }
141
142
&:where(:hover) {
143
background-color: -moz-ColHeaderHover;
0 commit comments