diff --git a/themes/finna2/scss/finna-other.scss b/themes/finna2/scss/finna-other.scss index 4496f4a94e9..68a67331bd2 100644 --- a/themes/finna2/scss/finna-other.scss +++ b/themes/finna2/scss/finna-other.scss @@ -457,11 +457,32 @@ label.list-group-item {border-radius:0;font-weight:normal;margin-top:0;padding-l justify-content: center; } } -.hierarchy-tree__item-container .icon { - display: none; +.hierarchy-tree__item-container { + padding: 2px; + .icon { + display: none; + } } -.hierarchy-tree-container div.alert { - margin-top: 10px; +.hierarchy-tree-container { + .hierarchy-tree { + .hierarchy-tree__children, li:not(.hierarchy-tree__collection) { + padding-left: 0.7rem; + } + li:not(.hierarchy-tree__collection) { + border-left: 1px solid $gray-mid-light; + } + button { + font-size: 1.3rem; + color: $brand-primary; + &:hover { + background-color: $gray-lighter; + border-radius: 4px; + } + } + } + div.alert { + margin-top: 10px; + } } .hierarchy-tree .hierarchy-tree__search-match > .hierarchy-tree__item-container > a { color: $link-color;