Skip to content

Commit 84bafaf

Browse files
PB-210: PB-173 Bugs: Continuous Mode Not Rendering Correct Opacity Through Block in Admin
- fix css for dynamic block with carousel in continuous mode
1 parent b1cef55 commit 84bafaf

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products/_carousel.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
}
7373

74-
.center-mode {
74+
&.center-mode, .center-mode {
7575
.product-item {
7676
opacity: .5;
7777
transition: all 300ms ease;

0 commit comments

Comments
 (0)