add rect masking
This commit is contained in:
@@ -1860,7 +1860,15 @@ html, body, #root {
|
||||
border: 2px solid var(--accent-lighter);
|
||||
box-shadow: inset 0 0 0 1px var(--crop-inset);
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.crop-rect:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.crop-rect-locked {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.crop-marker {
|
||||
|
||||
Reference in New Issue
Block a user