.NET version
.NET - 7.0.400
.NET Framework - 4.7.2
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No response
Issue description
When the cell is selected inside a DataGridView and the focus is brought on the cell using Tab, then the luminosity ratio of the focus indicator on the cell is less than 3:1 ratio.
Steps to reproduce
- Create a Form with a DataGridView.
- Add multiple columns to a DataGridView.
- Add several rows to the DataGridView.
- Select a row.
- Use Tab to bring focus on a cell in the selected row.
Actual behavior:
Focus indicator border line of the DataGridView control has very low luminosity contrast ratio.

Expected behavior:
Luminosity contrast ratio of the focus indicator border line of the DataGridView control should be greater than 3:1.