tor-browser

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

commit 9586335e869ce3552e48d0ea844496489b574ffd
parent 5f1d7e6644da1aa346b575a5bbb0a2753af016a6
Author: Benjamin VanderSloot <bvandersloot@mozilla.com>
Date:   Fri, 17 Oct 2025 19:33:28 +0000

Bug 1992624 - Config-based setting-groups immediately below a heading tag don't have enough whitespace - r=mstriemer

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

Diffstat:
Mbrowser/components/preferences/main.inc.xhtml | 4++--
Mbrowser/components/preferences/privacy.inc.xhtml | 8++++----
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml @@ -629,7 +629,7 @@ <!-- Performance --> <groupbox id="performanceGroup" data-category="paneGeneral" hidden="true"> - <label class="search-header" hidden="true"><html:h2 data-l10n-id="performance-title"/></label> + <label class="search-header section-heading" hidden="true"><html:h2 data-l10n-id="performance-title"/></label> <html:setting-group groupid="performance" /> </groupbox> @@ -642,7 +642,7 @@ <!-- Browsing --> <groupbox id="browsingGroup" data-category="paneGeneral" hidden="true"> - <label class="search-header" hidden="true"><html:h2 data-l10n-id="browsing-title"/></label> + <label class="search-header section-heading" hidden="true"><html:h2 data-l10n-id="browsing-title"/></label> <html:setting-group groupid="browsing"/> </groupbox> diff --git a/browser/components/preferences/privacy.inc.xhtml b/browser/components/preferences/privacy.inc.xhtml @@ -391,7 +391,7 @@ </vbox> </groupbox> <groupbox id="nonTechnicalPrivacyGroup" data-category="panePrivacy" hidden="true"> - <label id="nonTechnicalPrivacyHeader"><html:h2 data-l10n-id="non-technical-privacy-header"/></label> + <label id="nonTechnicalPrivacyHeader"><html:h2 data-l10n-id="non-technical-privacy-header" class="section-heading"/></label> <html:setting-group groupid="nonTechnicalPrivacy"/> </groupbox> @@ -554,9 +554,9 @@ <groupbox id="formAutofillGroupBox" data-category="panePrivacy" data-subcategory="form-autofill" hidden="true"> - <label><html:h2 data-l10n-id="autofill-payment-methods-title"/></label> + <label><html:h2 data-l10n-id="autofill-payment-methods-title" class="section-heading"/></label> <html:setting-group data-subcategory="credit-card-autofill" groupid="payments"/> - <label><html:h2 data-l10n-id="autofill-addresses-title"/></label> + <label><html:h2 data-l10n-id="autofill-addresses-title" class="section-heading"/></label> <html:setting-group data-subcategory="address-autofill" groupid="addresses"/> </groupbox> @@ -1044,7 +1044,7 @@ <!-- addons, forgery (phishing) UI Security --> <groupbox data-category="panePrivacy" hidden="true"> - <label><html:h2 data-l10n-id="security-browsing-protection"/></label> + <label><html:h2 data-l10n-id="security-browsing-protection" class="section-heading"/></label> <html:setting-group groupid="browsingProtection"></html:setting-group> </groupbox>