henry pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: f29f47e3 by Henry Wilkes at 2026-07-15T10:31:52+00:00 fixup! BB 40925: Implemented the Security Level component BB 45112: Rename border colour token. - - - - - 734e9ee6 by Henry Wilkes at 2026-07-15T10:31:52+00:00 fixup! BB 32308: Use direct browser sizing for letterboxing. BB 45112: Rename border colour tokens. - - - - - 9545d5ff by Henry Wilkes at 2026-07-15T10:31:52+00:00 fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection TB 45112: Rename border colour tokens. - - - - - 51b7c3ee by Henry Wilkes at 2026-07-15T10:31:52+00:00 fixup! TB 30237: Add v3 onion services client authentication prompt TB 45112: Rename border colour token. - - - - - 4 changed files: - browser/components/onionservices/content/onionservices.css - browser/components/securitylevel/content/securityLevelPanel.css - browser/components/torpreferences/content/torPreferences.css - toolkit/components/resistfingerprinting/RFPHelper.sys.mjs Changes: ===================================== browser/components/onionservices/content/onionservices.css ===================================== @@ -16,7 +16,7 @@ * use the same rules). */ #tor-clientauth-notification-key.invalid { - border: var(--border-width) solid var(--outline-color-error); + border: var(--border-width) solid var(--border-color-error); } #tor-clientauth-warning { ===================================== browser/components/securitylevel/content/securityLevelPanel.css ===================================== @@ -29,7 +29,7 @@ pointer-events: none; -moz-context-properties: fill, fill-opacity; fill-opacity: 1; - fill: var(--border-color-card); + fill: var(--card-border-color); } /* NOTE: Use ":dir" instead of ":-moz-locale-dir" when panel switches to HTML. */ ===================================== browser/components/torpreferences/content/torPreferences.css ===================================== @@ -947,8 +947,8 @@ groupbox#torPreferences-bridges-group textarea { } #user-provide-bridge-textarea.invalid-input { - border-color: var(--outline-color-error); - outline-color: var(--outline-color-error); + border-color: var(--border-color-error); + outline-color: var(--border-color-error); } #user-provide-bridge-error-message { ===================================== toolkit/components/resistfingerprinting/RFPHelper.sys.mjs ===================================== @@ -1113,7 +1113,7 @@ class _RFPHelper { urlbarBackgroundRGBA ); // Separator between the urlbar container #nav-bar and the tabbox. - // For the default theme, this can be set to --border-color-card, which + // For the default theme, this can be set to --card-border-color, which // can use "currentColor". const tabboxStyle = win.getComputedStyle(win.gBrowser.tabbox); contentSeparatorRGBA = this._composeRGBA( View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/c1b5bd1... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/c1b5bd1... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help