Issues with OOTB CSS Tables after Upgrade 8.4.1
when upgrading to 8.4.1 we have noticed a number of issues with the CSS files that are affecting our application an example is the py-tables-overrides.css file which contains the following code
/* Adding border 0 for last child for heading columns for a grid */ div.gridDefault div.default th.cellCont:last-child, div.gridDefault div.default div.scrollHead:last-child, div.gridDefault div.default li.headerCell:last-child{ border:0; }
This has caused some issues with our users as it doesn't follow the UX guidlines for the business to follow.
Is there anyway to remove the offending elements other than customising the CSS file to remove the offending code.
Thanks