diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-18 19:24:58 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-18 19:24:58 -0400 |
| commit | 8a1be635352177ba05845851289d1a67b4060708 (patch) | |
| tree | 787eb46da1d63036db5c2d6d4cdae37fbfc9eccd /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 28420a749a0e06ee105a2d8f1cc3c273469b83d7 (diff) | |
schema cols can be moved by dragging
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index fce1c8833..15dec4e44 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -161,18 +161,21 @@ background: $light-color; } -.collectionSchema-column-header { +.collectionSchema-col{ height: 100%; background-color: green; - &.col-before { - border-left: 2px solid red; - } - &.col-after { - border-right: 2px solid red; + .collectionSchema-col-wrapper { + &.col-before { + border-left: 2px solid red; + } + &.col-after { + border-right: 2px solid red; + } } } + .collectionSchemaView-header { height: 100%; |
