tor-browser

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

commit 58ddefd2f8376b4f438aeb9f4672a3b2c349bb10
parent b7aa5d34b0ce7678ca1f34abdb3f1abdc68dbd9d
Author: Dão Gottwald <dao@mozilla.com>
Date:   Wed,  8 Oct 2025 12:52:11 +0000

Bug 1992448 - Offset Page Info field focus rings. r=desktop-theme-reviewers,emilio

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

Diffstat:
Mbrowser/base/content/pageinfo/pageInfo.css | 2+-
Mbrowser/themes/shared/pageInfo.css | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/browser/base/content/pageinfo/pageInfo.css b/browser/base/content/pageinfo/pageInfo.css @@ -66,7 +66,7 @@ table:not(#securityTable) th { th > label, td > input, .table-split-column { - width: 100%; + width: -moz-available; margin-block: 1px 4px; } diff --git a/browser/themes/shared/pageInfo.css b/browser/themes/shared/pageInfo.css @@ -146,7 +146,8 @@ tree { html|input { background: transparent; border: none; - padding: 0; + padding: 0 var(--space-small); + outline-offset: var(--focus-outline-offset); } html|input.header {