patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
38 lines (36 loc) • 922 B
text/less
//
// Bootstrap Tree View
// --------------------------------------------------
.treeview {
.list-group {
border-top: 0;
}
.list-group-item {
background: transparent;
border-bottom: 1px solid transparent ;
border-top: 1px solid transparent ;
margin-bottom: 0;
padding: 0 10px;
&:hover {
background: @dropdown-link-hover-bg ;
border-color: @dropdown-link-hover-border-color ;
}
&.node-selected {
background: @dropdown-link-active-bg ;
border-color: @dropdown-link-active-border-color ;
color: @dropdown-link-active-color ;
}
}
span.icon {
display: inline-block;
font-size: (@font-size-base + 1);
min-width: 10px;
text-align: center;
> [class*="fa-angle"] {
font-size: (@font-size-base + 3);
}
}
span.indent {
margin-right: 5px;
}
}