Commit eaa338fc authored by Andrew Swan's avatar Andrew Swan
Browse files

Bug 1547767 Fix buttons in Sync disconnect dialog r=bgrins

Differential Revision: https://phabricator.services.mozilla.com/D29432

--HG--
extra : moz-landing-system : lando
parent 92c9cb36
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -49,12 +49,10 @@
      <spacer flex="1"/>
      <hbox class="actionButtons" align="right" flex="1">
        <button id="butCancel"
                is="highlightable-button"
                oncommand="close(event);"
                class="syncDisconnectButton"
                data-l10n-id="sync-disconnect-cancel"/>
        <button id="butDisconnect"
                is="highlightable-button"
                oncommand="gSyncDisconnectDialog.accept(event);"
                class="syncDisconnectButton"
                data-l10n-id="sync-disconnect-confirm-disconnect"/>