diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-25 20:25:50 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-25 20:25:50 -0400 |
| commit | c6d8ac7eef3480a7e19687b066456d9d34519587 (patch) | |
| tree | 042200a70a2aef8ab9426d04bc3fe9e5f7665062 /src/client/views/nodes/ImageBox.scss | |
| parent | 308ae1521cbd58126d35239cfdd5a138f6fa1fe0 (diff) | |
several fixes for performance and for working with isBackground objects.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 49425c2c2..15148d01d 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -1,5 +1,4 @@ -.imageBox, -.imageBox-dragging { +.imageBox { border-radius: inherit; width: 100%; height: 100%; @@ -11,12 +10,6 @@ } } -.imageBox-dragging { - .imageBox-fader { - pointer-events: none; - } -} - #upload-icon { position: absolute; bottom: 0; |
