Replace lightbox grabbing cursor

This commit is contained in:
2022-04-12 19:43:31 +02:00
parent bc237845b9
commit 0e353bee39
4 changed files with 10 additions and 4 deletions

View File

@@ -102,10 +102,14 @@
.lb-container {
overflow: hidden;
&.moving {
&.moveable {
cursor: grab;
}
&.moving {
cursor: grabbing;
}
.lb-image {
image-orientation: from-image;
border-radius: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long