aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global/globalCssVariables.scss.d.ts
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-08-18 14:08:46 -0400
committermehekj <mehek.jethani@gmail.com>2022-08-18 14:08:46 -0400
commitdd9f736e7b522be12267f34d35fe7e7993229afc (patch)
treec15de7fc924ded47550707dbd434b917aef85be8 /src/client/views/global/globalCssVariables.scss.d.ts
parent330752fa253b61136b78ce7147e09e9d6004f833 (diff)
parent5a425e5cf18115921ecb4e7cf931e65f45dab8e2 (diff)
Merge branch 'master' into schema-mehek
Diffstat (limited to 'src/client/views/global/globalCssVariables.scss.d.ts')
-rw-r--r--src/client/views/global/globalCssVariables.scss.d.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/global/globalCssVariables.scss.d.ts b/src/client/views/global/globalCssVariables.scss.d.ts
index 59c2b3585..76259113c 100644
--- a/src/client/views/global/globalCssVariables.scss.d.ts
+++ b/src/client/views/global/globalCssVariables.scss.d.ts
@@ -1,6 +1,5 @@
-
interface IGlobalScss {
- contextMenuZindex: string; // context menu shows up over everything
+ contextMenuZindex: string; // context menu shows up over everything
SCHEMA_DIVIDER_WIDTH: string;
COLLECTION_BORDER_WIDTH: string;
MINIMIZED_ICON_SIZE: string;
@@ -11,7 +10,8 @@ interface IGlobalScss {
DFLT_IMAGE_NATIVE_DIM: string;
LEFT_MENU_WIDTH: string;
TREE_BULLET_WIDTH: string;
+ INK_MASK_SIZE: number;
}
declare const globalCssVariables: IGlobalScss;
-export = globalCssVariables; \ No newline at end of file
+export = globalCssVariables;