Problem/Motivation
In Chrome 87.0.4280.66 fieldsets nested inside details elements (and possibly other places) have a strange grey background that isn't seen in other browsers.
Steps to reproduce
Open any Drupal form using Claro theme which has fieldsets inside details elements and notice the grey background.
Proposed resolution
Specifying a non rgba border color on fieldsets seems to fix it, e.g. border-color: rgb(216, 217, 224);
Remaining tasks
Patch needed.
A user submitted a similar issue on #3183988: Fix Claro admin theme style of gray fieldset on Google Chrome 87

Issue fork drupal-3184261
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tancComment #3
longwaveDuplicate of #3183425: [backport] Google Chrome 87 renders fieldset with grey artefacts?
Comment #4
tancI tried to provide a fix... but I'm now totally confused by issue fork branches. If it's of any use: https://git.drupalcode.org/issue/drupal-3184261/-/commit/3994fd3bc6df0d0...
Comment #5
tancThanks, I did search first... urggh... lets close this