Hello,
I've tried adding customizing the underline color of the selected table cell in a few ways, without any success.
I also tried customizing the colors directly in the material.css file where i see all the grid styles, also with the same results.
Under inspect element, i got these classes - but was unable to customize them. Yes, the scss variables are correct and file is imported.
td.e-rowcell .e-inputbox .e-selectionbackground .e-active .e-updatedtd {
border-bottom: 1px solid $bg-secondary;
}
Here is a screenshot:
https://www.dropbox.com/s/hilro74q8b6i4r5/Syncfusion.png?dl=0
Thanks in advance
Oli