You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: