diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-11-07 12:57:44 -0500 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-11-07 12:57:44 -0500 |
| commit | 213a92ba3aa39d144754029fde32b9d69b0f51cf (patch) | |
| tree | ebf2cd7c8626b676f018798304b4bf83dc20df1c /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | 5425b61d62beef22d068e259ae3e2003f08e0c05 (diff) | |
basic key selection menu created
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index 4d7e8c39f..0631cd21d 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -44,6 +44,13 @@ .schema-column-resizer.left { align-self: flex-start; } + + .schema-column-menu { + background: $light-gray; + width: inherit; + position: absolute; + top: 35px; + } } } @@ -72,6 +79,7 @@ .schema-row { justify-content: flex-end; + background: white; .row-menu { display: flex; |
