Skip to content

Commit

Permalink
Bug 1933401 - [devtools] Fix ObjectInspector getter/prototype nodes a…
Browse files Browse the repository at this point in the history
…rrow color. r=devtools-reviewers,bomsy.

Avoid setting the color on node button children.

Differential Revision: https://phabricator.services.mozilla.com/D230220
  • Loading branch information
nchevobbe committed Nov 26, 2024
1 parent b3709e9 commit faca517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.tree.object-inspector .lessen,
.tree.object-inspector .lessen *,
.tree.object-inspector .lessen :not(button),
.tree.object-inspector .lessen .object-label,
.tree.object-inspector .lessen .object-label * {
color: var(--theme-comment);
Expand Down

0 comments on commit faca517

Please sign in to comment.