Commit c6c62caa authored by cypherpunks1's avatar cypherpunks1 Committed by Pier Angelo Vendrame
Browse files

BB 40717: Hide Windows SSO in settings

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

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

/**
 * Dialog
 */