Skip to content

Commit c10d0a1

Browse files
author
Mateusz Krzeszowiak
committed
Prevent gallery arrows from blinking when gallery loads
1 parent ce001b0 commit c10d0a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/web/mage/gallery/gallery.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@
395395
position: absolute;
396396
top: 0;
397397
width: @fotorama-arw-size;
398+
399+
._block-content-loading & {
400+
opacity: 0;
401+
}
402+
398403
.fotorama__arr__arr {
399404
&:extend(.fotorama-sprite);
400405
.fotorama-abs-center();

0 commit comments

Comments
 (0)