practical-react-components
practical-react-components copied to clipboard
Table row shadow is visible when checkbox on the table row has focus
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:

Expected behavior: Don't keep box shadow on table shadow when the checkbox is clicked.
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.