mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
f5bcd8d4e9
commit
fd103eccc3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user