Bug 1929508 - [devtools] Use --theme-selection-color instead of white in Tree.css. r=devtools-reviewers,bomsy.

Differential Revision: https://phabricator.services.mozilla.com/D228153
This commit is contained in:
Nicolas Chevobbe 2024-11-08 16:57:56 +00:00
parent f5bcd8d4e9
commit fd103eccc3

View File

@ -68,12 +68,12 @@
/* Make folder/file icons white on dark focused background */
.img {
background-color: white;
fill: white;
background-color: var(--theme-selection-color);
fill: var(--theme-selection-color);
}
/* also toggle the color of the expand arrows */
.theme-twisty {
fill: white;
fill: var(--theme-selection-color);
/* avoid distinct background when hovering the arrow */
&:hover {