vuetify
Version:
Vue Material Component Framework
17 lines (15 loc) • 367 B
CSS
.v-treeview-item--filtered {
display: none;
}
.v-treeview {
--indent-padding: 0px;
}
.v-treeview-group.v-list-group {
--list-indent-size: 16px;
}
.v-list--slim .v-treeview-group.v-list-group {
--prepend-width: 16px;
}
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
padding-inline-start: calc(12px + var(--indent-padding)) ;
}