Verified Commit 09faf0cd authored by cypherpunks1's avatar cypherpunks1 Committed by ma1
Browse files

BB 40717: Hide Windows SSO in settings

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

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

/**
 * Dialog
 */