style: move ngx-datatable bordered class style to theme-basic styles

pull/4555/head
mehmet-erim 5 years ago
parent 755d6b3374
commit e911519489

@ -134,4 +134,8 @@ background-color: rgba(0, 0, 0, 0.6);
background-color: #f4f4f4;
border: 1px solid #c8c8c8;
}
.bordered .datatable-body-row {
border-top: 1px solid #eee;
margin-top: -1px;
}
`;

@ -45,11 +45,6 @@ export default `
background: #8a8686;
}
.bordered .datatable-body-row {
border-top: 1px solid #eee;
margin-top: -1px;
}
.abp-ellipsis-inline {
display: inline-block;
overflow: hidden;

Loading…
Cancel
Save