Skip to content

Commit

Permalink
Fix cursor style when lightbox is opened (#52187)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales authored Jun 30, 2023
1 parent d5d64f3 commit be0358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
width: 100vw;
height: 100vh;
visibility: hidden;
cursor: zoom-out;

.close-button {
position: absolute;
Expand Down Expand Up @@ -268,7 +269,6 @@
transform-origin: top left;
width: var(--lightbox-image-max-width);
height: var(--lightbox-image-max-height);
cursor: zoom-out;
}

&.active {
Expand Down

0 comments on commit be0358e

Please sign in to comment.