diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2718392d..b080dff123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,17 @@ 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 +- #3398 - CreateRedirectConfigurationServlet throws PersistenceException when ancestor node types are different than expected + ### Changed - #3408 - Reduce usage of Apache Commons Lang 2 - #3401 - Move SyslogAppender into separate bundle for onprem only. SyslogAppender does not work in Cloud Service. - #3390 - Remove usage of commons collections 3 -### Fixed - -- #3398 - CreateRedirectConfigurationServlet throws PersistenceException when ancestor node types are different than expected ## 6.6.2 - 2024-06-25 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 +}