Skip to content

Commit

Permalink
JS-324: Fix thumb-arrow tabindex
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiiabuniak committed Nov 26, 2015
1 parent 91f1f39 commit 4992a2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/web/mage/gallery/gallery.less
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@
width: @fotorama-thumb-arrow;
z-index: @z-index-10;
cursor: pointer;
box-shadow: none;
.fotorama__thumb--icon {
.fotorama-abs-center();
width: 100%;
Expand Down Expand Up @@ -931,7 +930,6 @@
position: absolute;
right: 0;
cursor: pointer;
box-shadow: none;
z-index: @z-index-10;
.fotorama__thumb--icon {
.fotorama-rotate(90deg);
Expand Down
7 changes: 6 additions & 1 deletion lib/web/mage/gallery/module/_focus.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,9 @@
.fotorama__thumb.fotorama_vertical_ratio:after{
bottom: 1px;
}
}
}

.fotorama__thumb__arr {
box-shadow: none;
}

0 comments on commit 4992a2d

Please sign in to comment.