practical-react-components icon indicating copy to clipboard operation
practical-react-components copied to clipboard

Table row shadow is visible when checkbox on the table row has focus

Open boilund opened this issue 4 years ago • 1 comments

We usually don't show focus state in our components when using mouse. But Table row shadow is visible when checkbox on the table row is clicked because the checkbox has focus. After this change

Actual behavior: table-shadow-bug

Expected behavior: Don't keep box shadow on table shadow when the checkbox is clicked.

boilund avatar Dec 03 '21 12:12 boilund

I don't really see a convenient way to add this again without destroying the fix for menu. We used :focus-within to somehow select the row that has a child that is visible.

steabert avatar Dec 08 '21 15:12 steabert