diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-12-03 22:39:41 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-12-03 22:39:41 +0530 |
| commit | 49491180cfbc03b72867970043b674dc1362cc81 (patch) | |
| tree | da3e4e4a47bc009159c2ec38bc50b849528e2107 /src/client/views/collections/TreeView.scss | |
| parent | b68bfe6a3acc9df6dfdd170173bcca8d7595b12a (diff) | |
| parent | b3d1b60ac867a472ba791f57c8eb2d7afbb95767 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 580fec9d6..84b5af7be 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -10,9 +10,22 @@ display: inline-block; } + .treeView-bulletIcons { + width: 15px; + .treeView-expandIcon { + display: none; + left: -10px; + position: absolute; + } + &:hover { + .treeView-expandIcon { + display: unset; + } + } + } .bullet { position: relative; - width: 15px; + width: 20px; color: $intermediate-color; margin-top: 3px; transform: scale(1.3, 1.3); |
