aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/globalCssVariables.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-28 09:19:26 -0400
committerbobzel <zzzman@gmail.com>2020-10-28 09:19:26 -0400
commit09dae896673d08d7030b71fb2c3f52924726f58e (patch)
treefb9b24726d9d333dce831b623ea033f222b11af3 /src/client/views/globalCssVariables.scss
parent998a0bb5b6a532341d29eb0ae2f84e5bdf49af3c (diff)
fixed up dark schema a bit.
Diffstat (limited to 'src/client/views/globalCssVariables.scss')
-rw-r--r--src/client/views/globalCssVariables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/globalCssVariables.scss b/src/client/views/globalCssVariables.scss
index 1e0b023d7..b2ea87c06 100644
--- a/src/client/views/globalCssVariables.scss
+++ b/src/client/views/globalCssVariables.scss
@@ -33,7 +33,7 @@ $searchpanel-height: 32px;
$mainTextInput-zindex: 999; // then text input overlay so that it's context menu will appear over decorations, etc
$docDecorations-zindex: 998; // then doc decorations appear over everything else
$remoteCursors-zindex: 997; // ... not sure what level the remote cursors should go -- is this right?
-$COLLECTION_BORDER_WIDTH: 1;
+$COLLECTION_BORDER_WIDTH: 0;
$SCHEMA_DIVIDER_WIDTH: 4;
$MINIMIZED_ICON_SIZE:25;
$MAX_ROW_HEIGHT: 44px;