Skip to content

Commit

Permalink
Backed out changeset 9fe73bfccdfa (bug 1820284) for bc failures on br…
Browse files Browse the repository at this point in the history
…owser_editAddressDialog.js. CLOSED TREE
  • Loading branch information
Marian-Vasile Laza committed Mar 10, 2023
1 parent b6ddf55 commit b06034c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 2 additions & 5 deletions browser/extensions/formautofill/content/editAddress.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<link rel="stylesheet" href="chrome://formautofill/content/skin/editDialog.css"/>
<script src="chrome://formautofill/content/editDialog.js"></script>
<script src="chrome://formautofill/content/autofillEditForms.js"></script>
<script type="module" src="chrome://global/content/elements/moz-button-group.mjs"></script>
</head>
<body>
<form id="form" class="editAddressForm" autocomplete="off">
Expand Down Expand Up @@ -78,10 +77,8 @@
</form>
<div id="controls-container">
<span id="country-warning-message" data-l10n-id="autofill-country-warning-message"/>
<moz-button-group>
<button id="cancel" data-l10n-id="autofill-cancel-button"/>
<button id="save" class="primary" data-l10n-id="autofill-save-button"/>
</moz-button-group>
<button id="cancel" data-l10n-id="autofill-cancel-button"/>
<button id="save" class="primary" data-l10n-id="autofill-save-button"/>
</div>
<script><![CDATA[
"use strict";
Expand Down
5 changes: 0 additions & 5 deletions browser/extensions/formautofill/skin/shared/editAddress.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,3 @@ dialog:not([subdialog]) .editAddressForm {
dialog:not([subdialog]) #country-warning-message {
display: none;
}

moz-button-group{
margin-inline: 4px;
margin-block-end: 4px;
}

0 comments on commit b06034c

Please sign in to comment.