From 6874f6158e17902809b91659783c597864d2ec16 Mon Sep 17 00:00:00 2001 From: Geeta Date: Tue, 25 Jun 2019 16:07:26 +0530 Subject: [PATCH] Fixed issue #23377 --- .../Checkout/view/frontend/templates/cart/minicart.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Checkout/view/frontend/templates/cart/minicart.phtml b/app/code/Magento/Checkout/view/frontend/templates/cart/minicart.phtml index 8928bbabcb718..28275e0223936 100644 --- a/app/code/Magento/Checkout/view/frontend/templates/cart/minicart.phtml +++ b/app/code/Magento/Checkout/view/frontend/templates/cart/minicart.phtml @@ -12,7 +12,7 @@ data-bind="scope: 'minicart_content'"> escapeHtml(__('My Cart')) ?> + data-bind="css: { empty: !!getCartParam('summary_count') == false && !isLoading() }, blockLoader: isLoading">