morgan pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: f861b51e by Henry Wilkes at 2026-06-09T12:46:49+00:00 fixup! TB 30237: Add v3 onion services client authentication prompt TB 44888: Use button opacity CSS variable. - - - - - 5f27d879 by Henry Wilkes at 2026-06-09T12:46:49+00:00 fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection TB 44888: Use button opacity CSS variable. - - - - - 2 changed files: - browser/components/onionservices/content/authPreferences.css - browser/components/torpreferences/content/torPreferences.css Changes: ===================================== browser/components/onionservices/content/authPreferences.css ===================================== @@ -30,8 +30,7 @@ * TODO: Replace with moz-button when it handles this for us. See * tor-browser#43275. */ button.spoof-button-disabled { - /* Borrow the :disabled rule from common-shared.css */ - opacity: 0.4; + opacity: var(--button-opacity-disabled); /* Also ensure it does not get hover or active styling. */ pointer-events: none; } ===================================== browser/components/torpreferences/content/torPreferences.css ===================================== @@ -9,8 +9,7 @@ * TODO: Replace with moz-button when it handles this for us. See * tor-browser#43275. */ button.spoof-button-disabled { - /* Borrow the :disabled rule from common-shared.css */ - opacity: 0.4; + opacity: var(--button-opacity-disabled); /* Also ensure it does not get hover or active styling. */ pointer-events: none; } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/068ab2f... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/068ab2f... 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
participants (1)
-
morgan (@morgan)