Bug 1819372 - Part 2: Use moz-button-group in Cookie Banner Reduction panel r=pbz

Differential Revision: https://phabricator.services.mozilla.com/D173892
This commit is contained in:
Mark Striemer
2023-04-13 16:20:50 +00:00
parent ced3959f72
commit ae16cd84c7
3 changed files with 5 additions and 3 deletions

View File

@@ -409,7 +409,7 @@
<description id="cookieBannerView-disable-site-warning" data-l10n-id="protections-panel-cookie-banner-view-cookie-clear-warning"></description>
<description id="cookieBannerView-enable-site-description" data-l10n-id="protections-panel-cookie-banner-view-turn-on-description"></description>
</vbox>
<hbox class="panel-footer protections-popup-cookieBannerView-footer">
<html:moz-button-group class="panel-footer protections-popup-cookieBannerView-footer">
<button id="protections-popup-cookieBannerView-cancel"
data-l10n-id="protections-panel-cookie-banner-view-cancel"
oncommand="gProtectionsHandler._protectionsPopupMultiView.goBack();"
@@ -424,7 +424,7 @@
oncommand="gProtectionsHandler.onCookieBannerToggleCommand()"
default="true"
class="subviewbutton panel-subview-footer-button" />
</hbox>
</html:moz-button-group>
</panelview>
</panelmultiview>
</panel>