aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authordinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com>2021-08-17 14:14:26 -0400
committerdinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com>2021-08-17 14:14:26 -0400
commit9031708067ee16d7b7e6b2689f45ee54ea5f1e4a (patch)
tree888429a49a325154fd44dd5ad30906f9e8bfa297 /src/client/documents/Documents.ts
parentc5ea51ff9d8c4c69c478038781c8d8100005d2fe (diff)
Added empty tabs message
todo: create buttons for recent tabs when all tabs in a dashboard are closed
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 48886aa3b..47e0377df 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -269,7 +269,7 @@ export class DocumentOptions {
linearViewIsExpanded?: boolean; // is linear view expanded
useLinkSmallAnchor?: boolean; // whether links to this document should use a miniature linkAnchorBox
border?: string; //for searchbox
- hoverBackgroundColor?: string; // background color of a label when hovered
+ hoverBackgroundColor?: string; // background color of a label when hovered
}
export namespace Docs {