
Richard Pospesel pushed to branch base-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser Commits: 6532f0b2 by cypherpunks1 at 2023-02-09T16:00:11+00:00 Bug 40717: Hide Windows SSO in settings (cherry picked from commit 1bacd26df8a8ffe481e11ec6b8323150fdf2011d) - - - - - 1 changed file: - browser/themes/shared/preferences/preferences.css Changes: ===================================== browser/themes/shared/preferences/preferences.css ===================================== @@ -583,8 +583,7 @@ richlistitem[selected] .actionsMenu:focus-visible { margin-inline-start: 0; } -@media (-moz-platform: windows-win7), - (-moz-platform: windows-win8) { +@media (-moz-platform: windows) { #windows-sso, #windows-sso-caption { display: none; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6532f0b2... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6532f0b2... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Richard Pospesel (@richard)