commit 7c4705ca3c89e061b4c3d492562bc3c9c5c3d926 parent 462081402973a1bca9e443ad10f4f5fcba380fe7 Author: cypherpunks1 <2478-cypherpunks1@gitlab.torproject.org> Date: Tue, 10 Jan 2023 16:22:43 +0000 BB 40717: Hide Windows SSO in settings Diffstat:
| M | browser/themes/shared/preferences/preferences.css | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/browser/themes/shared/preferences/preferences.css b/browser/themes/shared/preferences/preferences.css @@ -569,6 +569,13 @@ html|label[disabled] { margin-inline-start: 0; } +@media (-moz-platform: windows) { + #windows-sso, + #windows-sso-caption { + display: none; + } +} + /** * Dialog */