diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-31 11:48:29 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-31 11:48:29 -0400 |
| commit | a75f6fb17a4cbb4643cff0d347eb812138957c95 (patch) | |
| tree | a8769a3f3d7a1ca4a48a2bbfbe32ee3d246627a8 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 1e50488861a1fbadea399bd529b8d51053a3d9b4 (diff) | |
fixed some css and creating text links.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 3c4279eea..01744fb34 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -56,6 +56,10 @@ background: gray; cursor: col-resize; } + + .documentView-node:first-child { + background: $light-color; + } } .ReactTable { @@ -171,10 +175,6 @@ display: inline-block; } -.documentView-node:first-child { - background: $light-color; -} - .collectionSchema-col { height: 100%; |
