Please have a look at my website here:
This shows a mat-table in an angular application. I would like to remove the white lines between the rows of the table. How does one do this?
Thanks.
td.mat-cell {
border-bottom-style: none;
}
Or
table-container{
td.mat-cell {
border-bottom-style: none;
}
}