Skip to content
Snippets Groups Projects
Commit 1ecc3291 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix highlighting on selected hierarchy items. (#1495)

- Highlighting of selected hierarchy items was broken by commit 2e6a78ad.
parent 3dec9d1a
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -76,6 +76,16 @@ ...@@ -76,6 +76,16 @@
color: #000; color: #000;
} }
.collection-hierarchytree {
.jstree-clicked {
color: @list-group-active-color;
background-color: @list-group-active-bg;
.jstree-icon {
color: #fff;
}
}
}
/* --- Facets --- */ /* --- Facets --- */
.facet .jstree-ocl:before { .facet .jstree-ocl:before {
float: left; float: left;
......
...@@ -76,6 +76,16 @@ ...@@ -76,6 +76,16 @@
color: #000; color: #000;
} }
.collection-hierarchytree {
.jstree-clicked {
color: $list-group-active-color;
background-color: $list-group-active-bg;
.jstree-icon {
color: #fff;
}
}
}
/* --- Facets --- */ /* --- Facets --- */
.facet .jstree-ocl:before { .facet .jstree-ocl:before {
float: left; float: left;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment