Files
cartlog-admin/public/assets/scss/components/_tree.scss
2026-01-01 15:25:19 +05:30

35 lines
550 B
SCSS

/**=====================
Tree CSS Start
==========================**/
.jstree-default {
.jstree-clicked {
background-color: lighten($primary-color, 42%);
box-shadow: none;
color: $dark-color;
}
}
.vakata-context,
.vakata-context ul {
background-color: $white;
border: none;
box-shadow: 0 0 2px 2px $light-semi-gray;
li {
a {
.vakata-contextmenu-sep {
display: none;
}
&:hover {
background-color: lighten($primary-color, 45%);
box-shadow: None;
}
}
}
.vakata-context-separator {
display: none;
}
}