tor-browser

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

commit f2ec07f7892332550f31a9a305a473a01c8550d7
parent e623ac3065ae2445acccd5b90c28eee6464afb5d
Author: Nicolas Chevobbe <nchevobbe@mozilla.com>
Date:   Wed, 10 Dec 2025 19:31:10 +0000

Bug 2005258 - [devtools] Fix color contrast of .media-condition-unmatched. r=devtools-reviewers,ochameau.

Use a grey color with guaranteed contrast and remove the custom opacity.

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

Diffstat:
Mdevtools/client/themes/styleeditor.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devtools/client/themes/styleeditor.css b/devtools/client/themes/styleeditor.css @@ -201,7 +201,7 @@ li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message { } .media-condition-unmatched { - opacity: 0.4; + color: var(--theme-text-color-inactive); } .stylesheet-toggle {