scinote-web/app/assets/stylesheets/shared/jstree_override.scss
2021-01-07 17:42:04 +01:00

34 lines
542 B
SCSS

@import "constants";
.folders-tree-container {
background-color: $color-concrete;
height: 250px;
overflow: auto;
padding: .5em;
.jstree-wholerow-hovered {
background: $color-alto;
border-radius: 4px;
}
.jstree-wholerow-clicked {
background: $color-white;
border-radius: 4px;
}
.jstree-search {
color: unset;
font-style: unset;
font-weight: unset;
}
.jstree-icon {
&.root-folder {
color: $color-volcano;
}
&.icon-folder {
color: $brand-primary-light;
}
}
}