Skip to content
Snippets Groups Projects
Verified Commit 9a87dbae authored by cypherpunks1's avatar cypherpunks1 Committed by Pier Angelo Vendrame
Browse files

Bug 40717: Hide Windows SSO in settings

parent 5e200391
No related branches found
No related tags found
No related merge requests found
......@@ -598,6 +598,13 @@ html|label[disabled] {
margin-inline-start: 0;
}
@media (-moz-platform: windows) {
#windows-sso,
#windows-sso-caption {
display: none;
}
}
/**
* Dialog
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment