aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-16 12:38:42 -0400
committerbob <bcz@cs.brown.edu>2019-04-16 12:38:42 -0400
commitfeae8f4d314ef389cc544fd3ad0792a6bb04832c (patch)
treeb3d6d1fd3675557fc60c3b34f4d939d8fe153ff9 /src/client/views/_global_variables.ts
parentbb935a1af68c3684640cf93e04b55324142b05ea (diff)
fixed some text focus issues. fixed contextmenu a bit. removed upload files.
Diffstat (limited to 'src/client/views/_global_variables.ts')
-rw-r--r--src/client/views/_global_variables.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/views/_global_variables.ts b/src/client/views/_global_variables.ts
deleted file mode 100644
index 10482bc8d..000000000
--- a/src/client/views/_global_variables.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import * as globalStyleVariables from "../views/globalCssVariables.scss"
-
-export interface I_globalScss {
- contextMenuZindex: string; // context menu shows up over everything
-}
-let globalStyles = globalStyleVariables as any as I_globalScss;
-
-export default globalStyles; \ No newline at end of file