Apply the shared background effect (.portal-shared-background) to the Portal News section (TabContainer.mjs) and remove conflicting default background colors from child containers to ensure the new background is visible.
Target Files:
apps/portal/view/news/TabContainer.mjs: Apply .portal-shared-background.
apps/portal/view/news/blog/Container.mjs: Remove any default background color if present (or verify if BaseContainer has one).
resources/scss/src/apps/portal/news/blog/Container.scss: Remove background color overrides.
apps/portal/view/news/release/MainContainer.mjs: Remove any default background color if present.
resources/scss/src/apps/portal/news/release/MainContainer.scss: Remove background color overrides.
Objective:
Ensure the consistent radial gradient background is visible throughout the News section (Blog and Release Notes) by applying it at the TabContainer level and ensuring child components are transparent where appropriate.
Apply the shared background effect (
.portal-shared-background) to the Portal News section (TabContainer.mjs) and remove conflicting default background colors from child containers to ensure the new background is visible.Target Files:
apps/portal/view/news/TabContainer.mjs: Apply.portal-shared-background.apps/portal/view/news/blog/Container.mjs: Remove any default background color if present (or verify ifBaseContainerhas one).resources/scss/src/apps/portal/news/blog/Container.scss: Remove background color overrides.apps/portal/view/news/release/MainContainer.mjs: Remove any default background color if present.resources/scss/src/apps/portal/news/release/MainContainer.scss: Remove background color overrides.Objective: Ensure the consistent radial gradient background is visible throughout the News section (Blog and Release Notes) by applying it at the TabContainer level and ensuring child components are transparent where appropriate.