On Mon, 14 Mar 2022 22:22:23 GMT, Harshitha Onkar <d...@openjdk.java.net> wrote:
>> Do we also need to do the same for List.focusCellHighlightBorder? > > @prsadhuk Thank you for reviewing. > > Earlier when I used the default thickness (thickness=1) the cell focus ring > was visible but not prominent as shown in the following screenshot. Please > let me know if I need to change thickness to 1 or keep it the same? > > **Thickness=1** > >  > > The thickness looks the same on retina as well as non-retina display. I have > included the screenshots for comparison- > >  Since List.focusCellHighlightBorder uses the same focusRingColor as used by Table we can change it for List as well. Can I make changes to List using this issue and PR or should I track it by adding a new JBS bug/PR ? ------------- PR: https://git.openjdk.java.net/jdk/pull/7768