diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-12 18:12:27 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-12 18:12:27 -0400 |
| commit | 5dda7cf8c9244a5d00e459d539d6178592b40336 (patch) | |
| tree | 5b9382e09dd02e52600fc4ae4484a44ffd993a00 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | fd9bf7746879323c68a8c307c20e0230d671c1eb (diff) | |
made @... create dashField views instead of [@..]. minor cleanup of dashFieldView and schemaCellField. made schemaCellField call focus() when SetIsFocused is called so that dashFieldView boxes are editable when clicked. Made overlay of documentIcons appear whenever cells are focused and disappear on blur.
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index 0bf78f57c..5fd37cbb1 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -310,4 +310,7 @@ .schemaField-editing { outline: none; height: 100%; + cursor: text; + outline: none; + overflow: auto; } |
