aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-11-08 15:14:56 -0500
committerbob <bcz@cs.brown.edu>2019-11-08 15:14:56 -0500
commit5c6dc8fb25c2ac65a9efa534ee86211ac6d68301 (patch)
tree995d03c7d9c0c58c6f6749f751d8a45c53504363 /src/client/views/collections/CollectionSchemaView.scss
parent2891b8f3547cb0a2d039099228e30a712457832f (diff)
moved schemaPreview into ContentFittingDOcumentView. fixed dragging link anchors
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 36c6c7b0e..cb95dcbbc 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -39,28 +39,6 @@
}
}
-.collectionSchemaView-previewRegion {
- position: relative;
- height: auto !important;
-
- .collectionSchemaView-previewDoc {
- position: absolute;
- display: inline;
- }
-
- .collectionSchemaView-input {
- position: absolute;
- max-width: 150px;
- width: 100%;
- bottom: 0px;
- }
-
- .documentView-node:first-child {
- position: relative;
- background: $light-color;
- }
-}
-
.ReactTable {
width: 100%;
background: white;