mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-29 08:24:40 +08:00
Clean up css
This commit is contained in:
parent
adb9442677
commit
b3e646fcea
1 changed files with 15 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue