jsketcher/modules/ui/styles/global/tree.less
Val Erastov (xibyte) a3b1df5e5e tree component
2020-05-21 17:17:17 -07:00

35 lines
267 B
Text

.tree {
}
.tree-caption {
display: flex;
align-items: center;
cursor: pointer;
&:hover {
color: @color-text-highlight;
}
}
.tree-placeholder {
visibility: hidden;
}
.tree-icon {
}
.tree-label {
}
.tree-content {
padding-left: 16px;
}