diff options
| author | bob <bcz@cs.brown.edu> | 2019-10-16 16:42:37 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-10-16 16:42:37 -0400 |
| commit | 8a3cfa8d6e72c9bfea4b38760e0b138b6525574c (patch) | |
| tree | 73a7710e48980dc397bef2ef974f5840bb917842 /src/client/views/collections/CollectionTreeView.scss | |
| parent | fb817995eb94727b11324f298d0a30eebda8dcb7 (diff) | |
a bunch of fixes to layouts to support templates in paticular.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index ca0c321b7..bff8ce5c1 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -16,6 +16,7 @@ background: $light-color-secondary; font-size: 13px; overflow: auto; + cursor: default; ul { list-style: none; |
