From 4a5553401365ebfcce7fa4ac3c101877902e95dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 14 Nov 2023 16:27:31 +0100 Subject: [PATCH] MOBILE-3947 styles: Change deprecated Style host context --- src/core/components/loading/loading.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/components/loading/loading.scss b/src/core/components/loading/loading.scss index 6b2b08ffe..923321dda 100644 --- a/src/core/components/loading/loading.scss +++ b/src/core/components/loading/loading.scss @@ -87,8 +87,8 @@ @include inline(); } -:host-context(.limited-width > ):not([slot]), -:host-context(.menu > ):not([slot]) { +:host-context(.limited-width > *):not([slot]), +:host-context(.menu > *):not([slot]) { &.core-loading-loaded { --contents-display: flex; flex-direction: column;