diff options
| author | bobzel <zzzman@gmail.com> | 2021-04-30 15:03:45 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-04-30 15:03:45 -0400 |
| commit | c1a664b55ff39c3f1697249e6a712c741efc2458 (patch) | |
| tree | ed780cc1ab524d30b22893cdf9e22f892ba5896f /src/client/views/collections/TreeView.scss | |
| parent | bdf4ca9e31bd3000aff87d3a4c3db3fda1b47967 (diff) | |
cleaned up rightbuttons in treeView and fixed so that they show up in dashboard. fixed filters to gatherfield values correctly.
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 5b0c04f33..0239ae863 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -113,24 +113,18 @@ width: unset; } - .right-buttons-container { + .treeView-rightButtons { display: flex; align-items: center; margin-left: 0.25rem; opacity: 0.75; - >svg, - .styleProvider-treeView-lock, - .styleProvider-treeView-hide, - .styleProvider-treeView-lock-active, - .styleProvider-treeView-hide-active { + >svg { margin-left: 0.25rem; margin-right: 0.25rem; } - >svg, - .styleProvider-treeView-lock, - .styleProvider-treeView-hide { + >svg { display: none; } } @@ -154,11 +148,9 @@ } } - .right-buttons-container { - + .treeView-rightButtons { >svg, - .styleProvider-treeView-lock, - .styleProvider-treeView-hide { + .styleProvider-treeView-icon { display: inherit; } } |
