rsuite-table
Version:
A React table component
22 lines (18 loc) • 343 B
text/less
//treeTable
&-table-cell-expanded &-table-cell-expand-icon:before {
content: ' - ';
}
&-table-cell-expand-icon {
width: 10px;
cursor: pointer;
outline: none;
&:before {
font-family: -webkit-pictograph;
content: ' + ';
}
}
&-table-cell-expand-wrapper {
margin-right: 10px;
display: inline-block;
cursor: pointer;
}