From 8cc7ef8f6cc87143a59bf6c52738d9445583fe2a Mon Sep 17 00:00:00 2001 From: scotty6435 <1446762+scotty6435@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:33:29 +0100 Subject: [PATCH 1/2] Remove forced theme from system notifications The forced theme sets a red background for other theme colours. Testing locally with all theme colours worked fine with this CSS removed. --- .../notification/clientlibs/notification.less | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ui.apps/src/main/content/jcr_root/apps/acs-commons/components/utilities/system-notifications/notification/clientlibs/notification.less b/ui.apps/src/main/content/jcr_root/apps/acs-commons/components/utilities/system-notifications/notification/clientlibs/notification.less index 52435d7ac3..fb0ffdb7cc 100644 --- a/ui.apps/src/main/content/jcr_root/apps/acs-commons/components/utilities/system-notifications/notification/clientlibs/notification.less +++ b/ui.apps/src/main/content/jcr_root/apps/acs-commons/components/utilities/system-notifications/notification/clientlibs/notification.less @@ -32,9 +32,4 @@ coral-icon { color: #323232; } - - /* Force correct coral alert background color */ - .coral3-Alert-content { - background-color: rgb(250, 125, 115); - } -} \ No newline at end of file +} From 54a04c82e8f67282fbcb73e299e53e9caddd807d Mon Sep 17 00:00:00 2001 From: scotty6435 <1446762+scotty6435@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:13:06 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a9e77469..ccdcdcd434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com) ## Unreleased ([details][unreleased changes details]) +### Fixed + +- #3380 - Remove forced red theme from system notification text body + ## 6.6.2 - 2024-06-25 ### Fixed