aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-04-27 12:02:29 -0400
committerbobzel <zzzman@gmail.com>2022-04-27 12:02:29 -0400
commit9f3f64bb5bd3c7d5c97dfcbad39306cab465b822 (patch)
tree7cc4becd4ab3553b783183f4d1d69937e701ee88 /src/client/views/collections/CollectionTreeView.scss
parent08217336445cf2b3cd3efbe97e3c83525f02bf1b (diff)
fixed double-click on file sys to lightbox the doc. adjusted how aliases are chosen when opening file sys doc. fixed sorting UI of treeviews
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
index a8eee9c19..93523a6cf 100644
--- a/src/client/views/collections/CollectionTreeView.scss
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -1,5 +1,6 @@
@import "../global/globalCssVariables";
+
.collectionTreeView-container {
transform-origin: top left;
height: 100%;
@@ -31,9 +32,11 @@
width: unset;
height: unset;
}
+ &:hover {
+ cursor: ns-resize;
+ }
}
-
.no-indent {
padding-left: 0;
width: max-content;