tor-browser

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

commit 5916cab7888df34a1b6f97c30f06015cf1fb2cfc
parent 9618a02d1dc1f4cd0d0dfb9125f0b4a4d9a89fed
Author: Magloire Mukendi <magmukendi0@gmail.com>
Date:   Tue,  7 Oct 2025 13:04:20 +0000

Bug 1982207 - Fix italic font style anchor elements r=nchevobbe,devtools-reviewers

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

Diffstat:
Mdevtools/client/shared/components/reps/reps.css | 1-
Mdevtools/client/themes/webconsole.css | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/devtools/client/shared/components/reps/reps.css b/devtools/client/shared/components/reps/reps.css @@ -83,7 +83,6 @@ color: currentColor; text-decoration: underline; text-decoration-skip-ink: none; - font-style: italic; cursor: pointer; } diff --git a/devtools/client/themes/webconsole.css b/devtools/client/themes/webconsole.css @@ -594,7 +594,6 @@ html #webconsole-notificationbox { } .cm-s-mozilla a[class] { - font-style: italic; text-decoration: underline; text-decoration-skip-ink: none; }