From a29a053807d9eae26f379b55843659ab18fb1113 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 25 Aug 2020 01:08:53 -0400 Subject: made schema lines darker --- src/client/views/collections/CollectionSchemaView.scss | 4 ++++ src/client/views/collections/SchemaTable.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 49d9a5c68..c2fb267cf 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -142,6 +142,10 @@ width: 100%; direction: rtl; overflow: visible; + + .rt-td { + border-right: 1px solid rgba(0, 0, 0, 0.2); + } } .rt-tr-group { diff --git a/src/client/views/collections/SchemaTable.tsx b/src/client/views/collections/SchemaTable.tsx index fe446edad..7f8ccf6ac 100644 --- a/src/client/views/collections/SchemaTable.tsx +++ b/src/client/views/collections/SchemaTable.tsx @@ -152,7 +152,7 @@ export class SchemaTable extends React.Component { const isEditable = !this.props.headerIsEditing; columns.push({ - expander: true, Header: "", width: 60, + expander: true, Header: "", width: 58, Expander: (rowInfo) => { return rowInfo.original.type !== DocumentType.COL ? (null) :
(this._openCollections[rowInfo.isExpanded ? "delete" : "add"])(rowInfo.viewIndex))}> -- cgit v1.2.3-70-g09d2