tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 6bb59cc042c65c494f2d967709fe675df55eee40
parent 8a069523f813243bcdee0f61b78228ffbad71f82
Author: Nicolas Chevobbe <nchevobbe@mozilla.com>
Date:   Tue,  4 Nov 2025 12:34:37 +0000

Bug 1821876 - [devtools] Change color of colon after property name in JSON viewer. r=devtools-reviewers,ochameau.

This makes it consistent with what we do in Reps.

Differential Revision: https://phabricator.services.mozilla.com/D270804

Diffstat:
Mdevtools/client/shared/components/tree/TreeView.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devtools/client/shared/components/tree/TreeView.css b/devtools/client/shared/components/tree/TreeView.css @@ -36,7 +36,7 @@ .treeTable .treeLabelCell::after { content: ":"; - color: var(--object-color); + color: var(--theme-comment); } .treeTable .treeValueCell.inputEnabled {