aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-25 19:57:17 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-25 19:57:17 -0500
commit96895c70498957466db704dae01acc07d5ae677c (patch)
tree2569e13c20d36e5dd0a38146409e30cc9d8ffee8 /src/client/views/collections/CollectionTreeView.scss
parent646f5db87cf116533915814a790cb77565ceb515 (diff)
refactored out bullets and can retitle main collection, but still need to retitle nested collections
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
index 054e605a0..452c56f54 100644
--- a/src/client/views/collections/CollectionTreeView.scss
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -15,19 +15,7 @@ li {
padding-left: 0;
}
-/* ALL THESE SPACINGS ARE SUPER HACKY RIGHT NOW HANNAH PLS HELP */
-
-li:before {
- content: '\2014';
- margin-right: 0.7em;
-}
-
-.collapsed:before {
- content: '\25b6';
- margin-right: 0.65em;
-}
-
-.uncollapsed:before {
- content: '\25bc';
- margin-right: 0.5em;
+.bullet {
+ width: 1.5em;
+ display: inline-block;
} \ No newline at end of file