From e152c451d33b163bb6732fd522f7bd0c7d4e94dc Mon Sep 17 00:00:00 2001 From: Nayden Naydenov <31909318+nnaydenow@users.noreply.github.com> Date: Mon, 23 May 2022 12:03:53 +0300 Subject: [PATCH] fix(retrofit): hide busy indicator if owned by the component (#5251) --- packages/base/src/css/BusyIndicator.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/base/src/css/BusyIndicator.css b/packages/base/src/css/BusyIndicator.css index a25ee9be8ba0..9cd0f9d8029d 100644 --- a/packages/base/src/css/BusyIndicator.css +++ b/packages/base/src/css/BusyIndicator.css @@ -59,6 +59,10 @@ --ui5_web_components_busy_indicator_display: none; } +.busy-indicator-wrapper [ui5-busy-indicator] { + display: none; +} + @keyframes grow { 0%, 50%, 100% { -webkit-transform: scale(0.5);