commit 44136a353df2ee2c3000f31e8f2ed56e34b5b919 parent 28805b4930b0b589b5c65f4504ed532c64b97524 Author: Sarah Chung <sachung@mozilla.com> Date: Tue, 25 Nov 2025 20:08:50 +0000 Bug 1996894 - Misc fixes to backup opt in spotlight message r=omc-reviewers,emcminn Differential Revision: https://phabricator.services.mozilla.com/D273896 Diffstat:
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/browser/components/aboutwelcome/content-src/aboutwelcome.scss b/browser/components/aboutwelcome/content-src/aboutwelcome.scss @@ -2158,6 +2158,7 @@ html { .confirmation-checklist-icon-wrapper { display: flex; + align-items: center; } .confirmation-checklist-text { diff --git a/browser/components/aboutwelcome/content/aboutwelcome.css b/browser/components/aboutwelcome/content/aboutwelcome.css @@ -2979,6 +2979,7 @@ html { } .onboardingContainer .confirmation-checklist-section .confirmation-checklist-container .confirmation-checklist-icon-wrapper { display: flex; + align-items: center; } .onboardingContainer .confirmation-checklist-section .confirmation-checklist-container .confirmation-checklist-text { margin-inline-start: 8px; diff --git a/browser/components/asrouter/content/assets/subtract-16.svg b/browser/components/asrouter/content/assets/subtract-16.svg @@ -1,6 +1,6 @@ <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> -<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path d="M13.6333 9.73584C13.7991 9.73584 13.958 9.66999 14.0752 9.55278C14.1925 9.43557 14.2583 9.2766 14.2583 9.11084C14.2583 8.94508 14.1925 8.78611 14.0752 8.6689C13.958 8.55169 13.7991 8.48584 13.6333 8.48584H2.8833C2.71754 8.48584 2.55857 8.55169 2.44136 8.6689C2.32415 8.78611 2.2583 8.94508 2.2583 9.11084C2.2583 9.2766 2.32415 9.43557 2.44136 9.55278C2.55857 9.66999 2.71754 9.73584 2.8833 9.73584H13.6333Z" fill="#5B5B66"/> +<svg width="17" height="17" viewBox="0 0 17 17" fill="context-fill light-dark(#8F8F9D, #CFCFD8)" fill-opacity="context-fill-opacity" xmlns="http://www.w3.org/2000/svg"> +<path d="M13.6333 9.73584C13.7991 9.73584 13.958 9.66999 14.0752 9.55278C14.1925 9.43557 14.2583 9.2766 14.2583 9.11084C14.2583 8.94508 14.1925 8.78611 14.0752 8.6689C13.958 8.55169 13.7991 8.48584 13.6333 8.48584H2.8833C2.71754 8.48584 2.55857 8.55169 2.44136 8.6689C2.32415 8.78611 2.2583 8.94508 2.2583 9.11084C2.2583 9.2766 2.32415 9.43557 2.44136 9.55278C2.55857 9.66999 2.71754 9.73584 2.8833 9.73584H13.6333Z"/> </svg> diff --git a/browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs b/browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs @@ -753,6 +753,7 @@ const BASE_MESSAGES = () => [ args: "preferences#sync-backup", where: "tab", }, + dismiss: true, }, }, additional_button: { @@ -850,6 +851,7 @@ const BASE_MESSAGES = () => [ args: "preferences#sync-backup", where: "tab", }, + dismiss: true, }, }, additional_button: {