Skip to content

Commit f97f68d

Browse files
#25652: Arrows (.fotorama__thumb__arr) don't work in product gallery
- Fotorama disabled arrows are hidden by opacity:0 - Internal ticket: MC-28947
1 parent 148d6cc commit f97f68d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/web/mage/gallery/gallery.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,8 @@
418418
}
419419

420420
.fotorama__arr--disabled {
421-
*display: none;
422421
cursor: default;
423-
opacity: 0.1;
422+
opacity: 0;
424423
pointer-events: none;
425424
}
426425

0 commit comments

Comments
 (0)