diff options
| author | bobzel <zzzman@gmail.com> | 2022-04-27 12:02:29 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-04-27 12:02:29 -0400 |
| commit | 9f3f64bb5bd3c7d5c97dfcbad39306cab465b822 (patch) | |
| tree | 7cc4becd4ab3553b783183f4d1d69937e701ee88 /src/client/views/collections/TreeView.scss | |
| parent | 08217336445cf2b3cd3efbe97e3c83525f02bf1b (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/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 4707ebb80..b91737a1d 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -62,6 +62,17 @@ } } +.treeView-sorting { + position: absolute; + height: max-content; + pointer-events: none; + color: white; + border-radius: 4px; + font-size: 10px; +} +.treeView-container-active { + cursor: default; +} .treeView-container-outline-active .treeView-container-active { z-index: 100; |
