aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-25 01:08:53 -0400
committerbobzel <zzzman@gmail.com>2020-08-25 01:08:53 -0400
commita29a053807d9eae26f379b55843659ab18fb1113 (patch)
tree34be13d3c19f10e5537bb17a146af8e5c09e1a3b /src
parentdbece69f5858a4a50bf57fabc06afa8c7d270ba6 (diff)
made schema lines darker
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss4
-rw-r--r--src/client/views/collections/SchemaTable.tsx2
2 files changed, 5 insertions, 1 deletions
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<SchemaTableProps> {
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) :
<div className="collectionSchemaView-expander" onClick={action(() => (this._openCollections[rowInfo.isExpanded ? "delete" : "add"])(rowInfo.viewIndex))}>