Commit c3ff747f authored by henry's avatar henry
Browse files

fixup! BB 40717: Hide Windows SSO in settings

BB 44745: Use data-hidden-from-search rather than CSS to hide SSO
settings.

This will ensure that this patch can be dropped alongside upstream's
markup when it switches entirely to the config approach.
parent 44de04fc
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@
                 data-l10n-attrs="hidden"
                 flex="1"/>
#ifdef XP_WIN
    <hbox id="windows-sso" align="center">
    <hbox id="windows-sso" align="center" hidden="true" data-hidden-from-search="true">
      <checkbox data-l10n-id="forms-windows-sso"
                preference="network.http.windows-sso.enabled"
                class="tail-with-learn-more"/>
@@ -536,6 +536,8 @@
      />
    </hbox>
    <description id="windows-sso-caption" class="indent tip-caption"
           hidden="true"
           data-hidden-from-search="true"
           data-l10n-id="forms-windows-sso-desc"/>
#endif
  </vbox>
+0 −7
Original line number Diff line number Diff line
@@ -596,13 +596,6 @@ html|label[disabled] {
  margin-inline-start: 0;
}

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

/**
 * Dialog
 */