Skip to content

Commit

Permalink
Remove unused flip animation CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Jun 16, 2020
1 parent 51304f8 commit c2f8b5f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/block-library/src/image/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@ figure.wp-block-image:not(.wp-block) {

img {
opacity: 0.6;
transition: all 0.4s ease; // Make flips smooth.
}

&.richimage__working__flipv img {
transform: scale(1, -1);
}

&.richimage__working__fliph img {
transform: scale(-1, 1);
}
}

Expand Down

0 comments on commit c2f8b5f

Please sign in to comment.