Skip to content

Commit 43f3ca0

Browse files
ENGCOM-1308: [forwardport] #14669: Css class 'empty' is always present on minicart dropdown #14737
- Merge Pull Request #14737 from Karlasa/magento2:PR-14715-forwardport - Merged commits: 1. d37cfc4
2 parents b7c76e3 + d37cfc4 commit 43f3ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/templates/cart/minicart.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</span>
2626
</a>
2727
<?php if ($block->getIsNeedToDisplaySideBar()): ?>
28-
<div class="block block-minicart empty"
28+
<div class="block block-minicart"
2929
data-role="dropdownDialog"
3030
data-mage-init='{"dropdownDialog":{
3131
"appendTo":"[data-block=minicart]",

0 commit comments

Comments
 (0)