Clean up css

This commit is contained in:
Urban Rotnik 2021-01-21 15:40:53 +01:00
parent adb9442677
commit b3e646fcea

View file

@ -1,3 +1,6 @@
// scss-lint:disable SelectorDepth
// scss-lint:disable NestingDepth
// scss-lint:disable IdSelector
@import "constants";
.folders-tree-container {
@ -8,18 +11,17 @@
overflow: auto;
padding: .5em;
.jstree-wholerow-hovered {
background: $color-alto;
.jstree-wholerow {
border-radius: 4px;
height: var(--row-height);
margin-top: -2px;
}
.jstree-wholerow-hovered {
background: $color-alto;
}
.jstree-wholerow-clicked {
background: $color-white;
border-radius: 4px;
height: var(--row-height);
margin-top: -2px;
}
.jstree-search {
@ -65,4 +67,11 @@
.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
background: image-url("throbber.gif") center no-repeat;
}
li.jstree-node {
i.jstree-ocl,
a.jstree-anchor {
margin-top: 2px;
}
}
}