Verified Commit 065b3064 authored by cypherpunks1's avatar cypherpunks1 Committed by Pier Angelo Vendrame
Browse files

Bug 40717: Hide Windows SSO in settings

parent 41d3c22b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -598,6 +598,13 @@ html|label[disabled] {
  margin-inline-start: 0;
}

@media (-moz-platform: windows) {
  #windows-sso,
  #windows-sso-caption {
    display: none;
  }
}

/**
 * Dialog
 */