Two issues have appeared on an existing SPFX solution.
1) Previously transparent borders are now appearing with colour, this is affecting the CommandBar and OverflowSet controls. Noting the class applying the style is sealed within the control.

2) The ShimmeredDetailsList control loads fine initially but is not displaying the shimmer as you scroll and is randomly rendering items.

These issues have appeared where the code hasn't been updated. Neither of these issues occurs within the workbench, only once served or deployed to an SPO site.
Have upgraded the project to SPFX 1.10.0... same issue.
1) The borders should be transparent
2) The shimmer should render and items as you scroll
Tested in Firefox, Chrome and Edge (Latest versions)
SharePoint Online

Thanks in advance
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Update: The shimmer issue seems to have resolved itself... but the borders are still an issue. The error can be reproduced by creating a brand new project and just adding an affected control to the web part.
Thanks again
@Encodian asking the same question as in https://github.com/SharePoint/sp-dev-docs/issues/5764#issuecomment-634217688.
<Button /> that will exhibit this problem?You'll have to specify loadLegacyFabricCss: true in your solution's manifest.
I just scaffolded a new 1.10.0 solution... relevant code below, where I've just added the CommandBar control and some data:

Via the workbench:

Via SharePoint post packaging and deployment:

I will check the questions/suggestions and update shortly.
@KevinTCoughlin
I have tried the suggested amendments which do not fix the issue.
No change, issue persists.
The only workaround that helped me is to add CSS overrides like:
.commandBar {
:global {
.ms-Button--commandBar {
border: 0 none transparent;
}
}
}
@KevinTCoughlin @andrewconnell Sorry to chase both, I realise this isn't a major issue but it'd be great to get an update if possible?
Same story here, this became an issue back in 1.9.1, upgrading to 1.10.0 and adding the import for "office-ui-fabric-core/dist/css/fabric.min.css" did not help
UPDATE: Upgrading office-ui-fabric-react to v7 fixed it - border is gone.
When you perform spfx package updates be sure to update office-ui-fabric-react package accordingly.
Same problem. Any suggestion?
Microsoft has recently upgraded the Office UI Fabric version on SharePoint Online to Fluent UI. For future and a current project that shows this issue, I would recommend considering upgrading to a newer version.
Checking the code on the local workbench might not show this issue because the workbench still used Office UI Fabric version 6.0.