[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] 2 commits: fixup! Bug 41916: Letterboxing preferences UI
morgan (@morgan)
git at gitlab.torproject.org
Thu Aug 15 18:04:55 UTC 2024
morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
18ad1960 by Henry Wilkes at 2024-08-15T18:04:28+00:00
fixup! Bug 41916: Letterboxing preferences UI
Bug 42667: Add the "description-deemphasized" class to our preferences.
- - - - -
668cc010 by Henry Wilkes at 2024-08-15T18:04:32+00:00
fixup! Bug 40925: Implemented the Security Level component
Bug 42667: Add the "description-deemphasized" class to our preferences.
- - - - -
2 changed files:
- browser/components/preferences/letterboxing.inc.xhtml
- browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml
Changes:
=====================================
browser/components/preferences/letterboxing.inc.xhtml
=====================================
@@ -6,7 +6,7 @@
data-category="paneGeneral"
>
<html:h1 data-l10n-id="letterboxing-header" />
- <description class="letterboxing-overview">
+ <description class="letterboxing-overview description-deemphasized">
<html:span
data-l10n-id="letterboxing-overview"
class="tail-with-learn-more"
@@ -25,7 +25,7 @@
>
<label><html:h2
data-l10n-id="letterboxing-window-size-header"/></label>
- <description class="letterboxing-search-overview">
+ <description class="letterboxing-search-overview description-deemphasized">
<html:span
data-l10n-id="letterboxing-overview"
class="tail-with-learn-more"
@@ -50,7 +50,7 @@
<label><html:h2
data-l10n-id="letterboxing-alignment-header"
/></label>
- <description class="letterboxing-search-overview">
+ <description class="letterboxing-search-overview description-deemphasized">
<html:span
data-l10n-id="letterboxing-overview"
class="tail-with-learn-more"
@@ -99,7 +99,7 @@
>
<label class="letterboxing-search-heading"><html:h2
data-l10n-id="letterboxing-header"/></label>
- <description class="letterboxing-search-overview">
+ <description class="letterboxing-search-overview description-deemphasized">
<html:span
data-l10n-id="letterboxing-overview"
class="tail-with-learn-more"
=====================================
browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml
=====================================
@@ -6,7 +6,7 @@
<html:h2 data-l10n-id="security-level-preferences-heading"></html:h2>
</label>
<vbox flex="1">
- <description flex="1">
+ <description class="description-deemphasized" flex="1">
<html:span
id="securityLevel-overview"
class="tail-with-learn-more"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/7e9fa81020b7f131f3520fc1e2df0e14f45b0b70...668cc010edc95521b4fa20aa5cc8ebc287d6776c
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/7e9fa81020b7f131f3520fc1e2df0e14f45b0b70...668cc010edc95521b4fa20aa5cc8ebc287d6776c
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240815/9624fa64/attachment-0001.htm>
More information about the tor-commits
mailing list