Skip to content

Commit

Permalink
Merge pull request #21 from sul-dlss/update-styles
Browse files Browse the repository at this point in the history
Update styles for blacklight 6
  • Loading branch information
justinlittman committed Sep 6, 2019
2 parents a1f62f8 + a482dff commit cad0450
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions app/assets/stylesheets/blacklight/hierarchy/hierarchy.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
#facets {
ul.facet-hierarchy {
margin-left: 8px;
ul {
margin-left: 0;
border-bottom: none;
padding-bottom: 0;
li {
margin-left: 8px; } }
li.h-node {
list-style-image: asset_data_url("collapsed.png"); }
li.h-node.twiddle-open {
list-style-image: asset_data_url("expanded.png"); } } }
$text-muted: #777777 !default;

.facet-hierarchy {
margin-left: -28px;

ul {
margin-left: 0;
border-bottom: none;
padding-bottom: 0;
li {
margin-left: 8px;
}
}
.h-node {
cursor: pointer;
list-style-image: asset_data_url("collapsed.png")
}
.h-node.twiddle-open {
list-style-image: asset_data_url("expanded.png");
}
.remove {
color: $text-muted;
}
}

0 comments on commit cad0450

Please sign in to comment.