From 5aafd68f03bb6daefa9bfe58ce68459c3068fc5d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 13 Nov 2023 11:30:36 -0500 Subject: [PATCH] chore: remove unused code (#28503) BREAKING CHANGE: Content no longer sets the `--background` custom property when the `.outer-content` class is set on the host. --- BREAKING.md | 8 ++++++++ core/src/components/content/content.scss | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/BREAKING.md b/BREAKING.md index a7497808a1..0d14761f82 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -14,6 +14,8 @@ This is a comprehensive list of the breaking changes introduced in the major ver ## Version 8.x - [Browser and Platform Support](#version-8x-browser-platform-support) +- [Components](#version-8x-components) + - [Content](#version-8x-content)

Browser and Platform Support

@@ -39,3 +41,9 @@ This section details the desktop browser, JavaScript framework, and mobile platf | -------- | ---------------------- | | iOS | 15+ | | Android | 5.1+ with Chromium 89+ | + +

Components

+ +

Content

+ +- Content no longer sets the `--background` custom property when the `.outer-content` class is set on the host. \ No newline at end of file diff --git a/core/src/components/content/content.scss b/core/src/components/content/content.scss index 5aca8dfd3a..5f8b2afa83 100644 --- a/core/src/components/content/content.scss +++ b/core/src/components/content/content.scss @@ -54,10 +54,6 @@ color: current-color(contrast); } -:host(.outer-content) { - --background: #{$background-color-step-50}; -} - #background-content { @include position(calc(var(--offset-top) * -1), 0px,calc(var(--offset-bottom) * -1), 0px);