[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] 2 commits: fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...
richard (@richard)
git at gitlab.torproject.org
Tue Sep 5 21:03:25 UTC 2023
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
7263a6fd by Richard Pospesel at 2023-09-05T20:56:49+00:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 41974: De-emphasized text in custom components is no longer gray in 13.0 alpha
- - - - -
182afa03 by Richard Pospesel at 2023-09-05T20:56:49+00:00
fixup! Bug 40458: Implement .tor.onion aliases
Bug 41974: De-emphasized text in custom components is no longer gray in 13.0 alpha
- - - - -
2 changed files:
- browser/components/rulesets/content/aboutRulesets.css
- browser/components/torpreferences/content/torPreferences.css
Changes:
=====================================
browser/components/rulesets/content/aboutRulesets.css
=====================================
@@ -43,7 +43,7 @@ select, option {
dt {
margin: var(--ruleset-vmargin) 0 0 0;
padding: 0;
- color: var(--in-content-deemphasized-text);
+ color: var(--text-color-deemphasized);
font-size: 85%;
}
@@ -220,7 +220,7 @@ aside {
#ruleset-list .description {
font-size: 85%;
- color: var(--in-content-deemphasized-text);
+ color: var(--text-color-deemphasized);
}
#ruleset-list .selected {
@@ -280,7 +280,7 @@ aside {
#ruleset-updated {
margin-top: 24px;
- color: var(--in-content-deemphasized-text);
+ color: var(--text-color-deemphasized);
font-size: 85%;
}
@@ -291,7 +291,7 @@ aside {
}
#edit-ruleset label {
- color: var(--in-content-deemphasized-text);
+ color: var(--text-color-deemphasized);
display: block;
}
=====================================
browser/components/torpreferences/content/torPreferences.css
=====================================
@@ -164,7 +164,7 @@
flex: 1;
margin: 0 8px;
overflow: hidden;
- color: var(--in-content-deemphasized-text);
+ color: var(--text-color-deemphasized);
white-space: nowrap;
text-overflow: ellipsis;
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/fc3260a1894ce3d86e4aa127fb8440dd5372c53a...182afa03b40191100d9d5f83ea594ac761e0708a
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/fc3260a1894ce3d86e4aa127fb8440dd5372c53a...182afa03b40191100d9d5f83ea594ac761e0708a
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/20230905/61efbbab/attachment-0001.htm>
More information about the tor-commits
mailing list