Is there a way to implement the following border style in a Material Design Table:
border-collapse: collapse;
I tried adding a border to .mat-cell:
.mat-cell {
border: 1px solid;
}
However, in some instances, the border appears to be 2px.
The reason I want to add a border is to change its color on hover.
Stackblitz Link: https://stackblitz.com/edit/angular-bmnxfa-jmgwnp