diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-23 20:18:22 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-23 20:18:22 -0400 |
| commit | 01ef278b60020d4dafc8f7a217d6de0bf2b3bf89 (patch) | |
| tree | f07a624c68d39631855efed7f17737f6cd2ad79f /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | e4e1e346d2d0959336406edfda79c46b45787d25 (diff) | |
fixed schema view to not let its contents be active (selectable/draggable) unless schema itself is active.
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index 769afbbf6..34e591195 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -175,7 +175,7 @@ } .schema-row { - cursor: default; + cursor: grab; justify-content: flex-end; background: white; |
