morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits: 732e4181 by Henry Wilkes at 2024-08-07T22:56:00+00:00 fixup! Bug 7494: Create local home page for TBB.
Bug 42713: Use `--link-color` rather than `--in-content-link-color`.
- - - - - fbf19afe by Henry Wilkes at 2024-08-07T22:56:00+00:00 fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 42713: Use `--text-color-error` instead of `--in-content-error-text-color`.
- - - - - da08e423 by Henry Wilkes at 2024-08-07T22:56:00+00:00 fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
Bug 42713: Use `--text-color-error` instead of `--in-content-error-text-color`.
- - - - -
3 changed files:
- browser/components/abouttor/content/aboutTor.css - browser/components/torpreferences/content/torPreferences.css - toolkit/components/torconnect/content/aboutTorConnect.css
Changes:
===================================== browser/components/abouttor/content/aboutTor.css ===================================== @@ -194,14 +194,14 @@ body:not(.show-tor-check) #tor-check { --in-content-page-color: #fbfbfe; --in-content-text-color: #fbfbfe; color: var(--in-content-text-color); - --in-content-link-color: var(--purple-30); + --link-color: var(--purple-30); /* FIXME: Since we have a dark background, the color should get lighter on * hover, but --purple-40 and --pruple-50 are darker than --purple-30. * However, we do not have a standard lighter purple in our current set of * Photon colors. * See tor-browser#42025 */ - --in-content-link-color-hover: var(--purple-40); - --in-content-link-color-active: var(--purple-50); + --link-color-hover: var(--purple-40); + --link-color-active: var(--purple-50); }
#search-form {
===================================== browser/components/torpreferences/content/torPreferences.css ===================================== @@ -913,7 +913,7 @@ dialog#torPreferences-requestBridge-dialog > hbox { }
#lox-invite-dialog-error-message { - color: var(--in-content-error-text-color); + color: var(--text-color-error); }
#lox-invite-dialog-generate-area:not(.show-error) #lox-invite-dialog-error-message { @@ -1049,7 +1049,7 @@ groupbox#torPreferences-bridges-group textarea { }
#user-provide-bridge-error-message { - color: var(--in-content-error-text-color); + color: var(--text-color-error); }
#user-provide-bridge-dialog:not(.show-error) #user-provide-bridge-error-message {
===================================== toolkit/components/torconnect/content/aboutTorConnect.css ===================================== @@ -154,7 +154,7 @@ button { }
#locationDropdownLabel.error { - color: var(--in-content-error-text-color) + color: var(--text-color-error) }
#tryBridgeButton.danger-button {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/fdad7c5...
tor-commits@lists.torproject.org