diff --git a/browser/themes/shared/browser-shared.css b/browser/themes/shared/browser-shared.css index 2d3dc1f9e3fa..c6e3367c0046 100644 --- a/browser/themes/shared/browser-shared.css +++ b/browser/themes/shared/browser-shared.css @@ -504,7 +504,7 @@ menupopup::part(drop-indicator) { background-color: transparent; flex-direction: row-reverse; /* Override proton-doorhanger default styles that increase the size of the button */ - margin: 0; + margin: 4px; } #contextual-feature-recommendation-notification[data-notification-bucket="CFR_MILESTONE_MESSAGE"] .popup-notification-primary-button { @@ -512,7 +512,6 @@ menupopup::part(drop-indicator) { color: white; border: none; border-radius: 2px; - margin: 4px; padding: 3px 12px; flex: 1; } diff --git a/toolkit/content/widgets/popupnotification.js b/toolkit/content/widgets/popupnotification.js index e7ea12a78fc1..a54738c24e14 100644 --- a/toolkit/content/widgets/popupnotification.js +++ b/toolkit/content/widgets/popupnotification.js @@ -95,14 +95,14 @@ - - -