aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.scss.d.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-11 11:56:40 -0400
committerbob <bcz@cs.brown.edu>2019-04-11 11:56:40 -0400
commit50be8cb7a93110821c972c679567ddb6aae8bc6f (patch)
tree77c4aa72d02709c925d9e5872ab302a0fbc4648b /src/client/views/_global_variables.scss.d.ts
parente9cbcfa2a893572f8b92bba84dd0791e6f50be71 (diff)
made css globals avabile from code. cleaned up formattedText overlay api..
Diffstat (limited to 'src/client/views/_global_variables.scss.d.ts')
-rw-r--r--src/client/views/_global_variables.scss.d.ts11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/client/views/_global_variables.scss.d.ts b/src/client/views/_global_variables.scss.d.ts
index 12008aeef..c902d473f 100644
--- a/src/client/views/_global_variables.scss.d.ts
+++ b/src/client/views/_global_variables.scss.d.ts
@@ -1,10 +1,7 @@
+
export interface I_globalScss {
- contextMenuZindex: number; // context menu shows up over everything
- mainTextInputZindex: number; // then text input overlay so that it's context menu will appear over decorations, etc
- docDecorationsZindex: number; // then doc decorations appear over everything else
- remoteCursorsZindex: number; // ... not sure what level the remote cursors should go -- is this right?
+ contextMenuZindex: string; // context menu shows up over everything
}
+export const globalStyleVariables: I_globalScss;
-export const globalStyles: I_globalScss;
-
-export default globalStyles; \ No newline at end of file
+export default globalStyleVariables; \ No newline at end of file