Skip to content

Commit

Permalink
Fix issue - Horizontal and vertical flip buttons class names are inte…
Browse files Browse the repository at this point in the history
…rchanged
  • Loading branch information
sachinchoolur committed Sep 19, 2020
1 parent 82953d2 commit ee24b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/css/lightgallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -878,11 +878,11 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
}

.lg-flip-hor:after {
content: "\e903";
content: "\e902";
}

.lg-flip-ver:after {
content: "\e902";
content: "\e903";
}

.group {
Expand Down Expand Up @@ -1151,5 +1151,3 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
4 changes: 2 additions & 2 deletions src/sass/lg-rotate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
}
.lg-flip-hor {
&:after {
content: "\e903";
content: "\e902";
}
}
.lg-flip-ver {
&:after {
content: "\e902";
content: "\e903";
}
}

0 comments on commit ee24b48

Please sign in to comment.